View Single Post

  #2 (permalink)  
Old 09-13-2005, 02:09 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 481
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default Re: find out info. reg. files for each user in the system

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.
Reply With Quote