Command to find unowned files and directories in Linux

Pahrial Ms
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

--

--

No responses yet