以下のコマンドで inode の使用状況を確認できます。
% df -i
以下のコマンドでファイル数の多いディレクトリを探索できます。
% for dir in `ll|grep ^d|grep -v "\./"|awk '{print $9}'`; do echo `sudo find ./$dir -true|wc -l` `pwd`/$dir; done | sort -nr
% sudo apt-get autoremove
Go to list of users who liked
More than 5 years have passed since last update.
以下のコマンドで inode の使用状況を確認できます。
% df -i
以下のコマンドでファイル数の多いディレクトリを探索できます。
% for dir in `ll|grep ^d|grep -v "\./"|awk '{print $9}'`; do echo `sudo find ./$dir -true|wc -l` `pwd`/$dir; done | sort -nr
% sudo apt-get autoremove
Register as a new user and use Qiita more conveniently
Go to list of users who liked