Find UNIX files with no valid owner

Contributor Icon Contributed by qmchenry Date Icon September 4, 2003  
Tag Icon Tagged: UNIX

Using the find command, locate files that are owned by a uid that no longer exists.


find / -nouser -print

Previous recipe | Next recipe |
 
blog comments powered by Disqus