Feb 152009
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
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