Drive use shell
Jump to navigation
Jump to search
Generic Linux Commands
Find out what directories are taking up space quickly.
cd ~ sudo du -x -d1 -h .
Find out what process is keeping deleted files open
lsof -s | grep deleted | sort -k 8