Home UNIX Find UNIX files with no valid owner

Find UNIX files with no valid owner

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


find / -nouser -print

error: Content is protected !!