/ Published in: Bash
Expand |
Embed | Plain Text
#the entire filesystem, starting at '/' du -a /* | sort -n -r | head -n 10 #or for a particular directory: du -a /home/username/ | sort -n -r | head -n 10
You need to login to post a comment.
