[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Find all files an folders owned by a specified user
- From: "Amadeus W. M." <amadeus84 cablespeed com>
- To: fedora-list redhat com
- Subject: Re: Find all files an folders owned by a specified user
- Date: Sat, 01 Oct 2005 11:00:15 -0400
On Sat, 01 Oct 2005 16:35:26 +0200, bsnottum wrote:
> Hallo!
>
> Is there a command I can use in order to list all files and folders owned
> by a spcified user on a fc2 server?
>
> Thanks!
>
> Bjorn
find . -uid n -print
will find the files in the current directory whose user id is n.
To see a user's id:
id some_user
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]