Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Feb 2003
    Posts
    311

    Default 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?

  2. #2
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Default

    Easy enough ....
    Code:
    cd /home
    
    find ./*/public_html -user 'nobody'
    You can replace the "*" with a login name if you only want the files owned
    by nobody for a specific account listed.
    Last edited by Spiral; 10-18-2006 at 04:26 PM.

Similar Threads & Tags
Similar threads

  1. Files owned by nobody not counted in quota
    By santrix in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 07-13-2009, 09:53 AM
  2. Files created by PHP owned by nobody
    By zhongshan in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-05-2008, 02:55 PM
  3. Files Owned by nobody and Disk Usage!
    By IdleServ in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 09-01-2006, 01:08 PM
  4. Files owned by unpriveliged user
    By fdesign in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-17-2004, 06:09 PM
  5. Finding files owned by a user?
    By jsteel in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 08-24-2003, 06:32 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube