12
Jun

Zombie files

   Posted by: Vivek Khokhar   in Linux

To locate files on your system that do not have an owner, use the following command:
# find / -nouser -o -nogroup

NOTE: Ignore files reported under /dev/ directory.

This entry was posted on Monday, June 12th, 2006 at 10:24 pm and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

You must be logged in to post a comment.