Linux Commands - find files owned by group

by
Jeremy Canfield |
Updated: August 16 2023
| Linux Commands articles
The find command with the -group option can be used to return all files and directories owned by a specific user. In this example, all files and directories below /tmp owned by admins will be returned.
find /tmp -group admins
In this example, all files and directories below /tmp not owned by the admins group will be returned.
find /tmp ! -group admins
Did you find this article helpful?
If so, consider buying me a coffee over at