Re: Questions
Richard Dawe <[email protected]> Mon, 15 Mar 2004 20:44:41 +0000
| Newsgroups | gmane.comp.gnu.fileutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hell0. =BC=EF=A5e=C0=DC wrote: > Dear Sir, > =20 > Can we use command "ls" to list the files that owned by = paticular users that wanted ?? > How to implement it if exists??=20 "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 directo= ry. Hope that helps, regards, --=20 Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy, "I, Mudd", Star Trek