To get a list of open files on the system
Log in as root then type the following at a command prompt
lsofTo get a count of the number of open files
lsof | wc -lTo search for a particular file you can add grep to the command
lsof | grep filetoseachfor.txt
No comments:
Post a Comment