Drive use shell

From I Will Fear No Evil
Revision as of 15:08, 15 June 2023 by Chubbard (talk | contribs) (Created page with "=== Generic Linux Commands === Find out what directories are taking up space quickly. <pre> cd ~ sudo du -x -d1 -h . </pre> Category:Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Generic Linux Commands

Find out what directories are taking up space quickly.

cd ~
sudo du -x   -d1 -h .