powerfulperl
Programmer
I want to write a perl script for the below condition
Files not contained in the user's home directory and files contained in the user's home directory, and owned by that user(user's account deleted), will remain on the system. The file will still be owned by the deleted account's user ID (UID).
I want to throw a warning message whenever files(orphaned files) with no owners (i.e owner's deleted) are exists in the system.
Files not contained in the user's home directory and files contained in the user's home directory, and owned by that user(user's account deleted), will remain on the system. The file will still be owned by the deleted account's user ID (UID).
I want to throw a warning message whenever files(orphaned files) with no owners (i.e owner's deleted) are exists in the system.