Feb 152009
Find files by group
Answer:
If you are only interested in finding files that belong to a particular group, try the command:
# find /data -type f -group 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 group
Answer:
If you are only interested in finding files that belong to a particular group, try the command:
# find /data -type f -group john