|
|||
|
Find files owned by 'nobody'
I have a folder, /home/xxx/public_html, and I want to find all files in that folder, and its subfolders that are owned by 'nobody'. How can I do that? If thats not possible, how can I have it list the contents of that folder and its subfolders to a file for me to lookat?
|
|
|||
|
Easy enough ....
Code:
cd /home find ./*/public_html -user 'nobody' by nobody for a specific account listed. Last edited by Spiral; 10-18-2006 at 03:26 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|