This command is very useful in case you run out of i-nodes and you cannot save any more files.
find . -printf "%hn" | cut -d/ -f-2 | sort | uniq -c | sort -rn
This command is very useful in case you run out of i-nodes and you cannot save any more files.
find . -printf "%hn" | cut -d/ -f-2 | sort | uniq -c | sort -rn