Skip to content

Instantly share code, notes, and snippets.

@ivermac
Last active November 19, 2020 14:14
Show Gist options
  • Save ivermac/1e7cba19c9ec8fc980ae1a194381b99e to your computer and use it in GitHub Desktop.
Save ivermac/1e7cba19c9ec8fc980ae1a194381b99e to your computer and use it in GitHub Desktop.
Shell utility commands

check diskspace ubuntu

sudo fdisk -l

sudo lsblk

check files and directories size in a directory in ubuntu

ll --block-size=M

du -hc <directory-path> | sort -rh | head -20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment