Prohibiting Files Without Owners
Note: Files without owners are not allowed in the system. If such a file is found, you need to delete it or change the file permission.
Implementation guide: Use the following method to search for files without owners:
# find / -nouser -print # find / -nogroup -print
Parent topic: Host Hardening