Jul 7, 2005 #1 ogniemi Technical User Joined Nov 7, 2003 Messages 1,041 Location PL I need to search all files which belongs to no user in the system, for example left after user account deletion from the system. As I remember there was a command for this purpose... thx in adv, rm,
I need to search all files which belongs to no user in the system, for example left after user account deletion from the system. As I remember there was a command for this purpose... thx in adv, rm,
Jul 7, 2005 #2 plamb MIS Joined Apr 9, 2003 Messages 346 Location US find / -nuser --- if I remember Upvote 0 Downvote
Jul 7, 2005 #3 alexhu MIS Joined Sep 25, 2001 Messages 1,288 Location GB Nearly - its -nouser "-nouser Evaluates to the value True if the file belongs to a user not in the /etc/passwd database." Alex Upvote 0 Downvote
Nearly - its -nouser "-nouser Evaluates to the value True if the file belongs to a user not in the /etc/passwd database." Alex