Drive use shell: Difference between revisions
Jump to navigation
Jump to search
(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") |
(No difference)
|
Revision as of 15:08, 15 June 2023
Generic Linux Commands
Find out what directories are taking up space quickly.
cd ~ sudo du -x -d1 -h .