Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Find files by owner

Answer:

If you are only interested in finding files that belong to a particular user, try the command:

# find /data -type f -user john

  1. Find files by group
  2. Becareful when using the mtime option in find command
  3. How to change the owner of a file in Linux
  4. Find all files on a system larger than X MB
  5. How to find the differences between two files over SSH

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>