Bootstrap FreeKB - Linux Commands - find files owned by group
Linux Commands - find files owned by group

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter 8dbc17 in the box below so that we can be sure you are a human.