Re: Find all files an folders owned by a specified user

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux