Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux systems administrator needs to stop an application and identify which files the application has opened in the /appdirectory. Which of the following is the best command to use?
Correct Answer: A
lsof lists all open files by process, and piping through grep /appfilters to only those files under /app, showing exactly which files the application has open so you can then stop it.