揮発性のメモ2

最近知った知識を さも昔から知ってた風にメモ書きしていく

所有者が自分じゃないファイルを探す

find . ! -user hoge -ls

一括で自分のものにするには

su -
find . ! -user hoge | xargs chown hoge