如何递归搜索不属于给定用户的所有文件或目录?
Answers:
如果用户是john:
john
$ find . ! -user john
来自man find:
man find
Operators ! expr True if expr is false.