特定のユーザーに属するしないすべてのファイルまたはディレクトリを再帰的に検索するにはどうすればよいですか?
ユーザーがjohnの場合:
john
$ find . ! -user john
man findから:
man find
Operators ! expr True if expr is false.