[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions
From: |
Richard Dawe |
Subject: |
Re: Questions |
Date: |
Mon, 15 Mar 2004 20:44:41 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031031 |
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
- Questions, 潘占濤, 2004/03/13
- Re: Questions,
Richard Dawe <=