Quote:
|
1) I have a requirement where in I need to find and sort files user wise in a folder. The files can be situated in any subfolder that may also be hidden. The files then need to be sorted according to size and date of creation.
|
You can use sort and ls command to do the task. Are you on solaris or linux? Then I can give you command
Quote:
|
2) Can we find out files for users who's entry is not there in /etc/passwd.
|
All users must have entry in /etc/passwd.. then users can login in and create files. So some sort of user always needed to create file ownership.