Command to find unowned files and directories in Linux
Sep 16, 2021
To find a file or directory that doesn’t have an owner, use the following command as root user :
# find / -nouser -o -nogroup
To find a file or directory that doesn’t have an owner, use the following command as root user :
# find / -nouser -o -nogroup