Hell0.

潘占濤 wrote:
> Dear Sir,
>    
>       Can we use command "ls"  to  list   the  files   that  owned  by  paticular   
> users  that  wanted ??
>       How to implement    it  if  exists?? 

"find" from GNU fileutils is one program that will do this. E.g.:

  find . -user rich -print

This will print all files owned by the user "rich" in the current directory.

Hope that helps, regards,

-- 
Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ]

"You can't evaluate a man by logic alone."
  -- McCoy, "I, Mudd", Star Trek



_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to