Find unowned files and directories as root

When a user is deleted, previously owned files by this user remain "unonwed".
To avoid another user being assigned the removed user's UID and thus owning all these files by default, the root can find and remove or reassign the files.

Run:

find / -nouser -o -nogroup 2> /dev/null