Skip to content

Instantly share code, notes, and snippets.

@karlgb
Last active May 21, 2020 22:41
Show Gist options
  • Select an option

  • Save karlgb/70d5a8032126e944c6ad93e98822a472 to your computer and use it in GitHub Desktop.

Select an option

Save karlgb/70d5a8032126e944c6ad93e98822a472 to your computer and use it in GitHub Desktop.
Linux Reference

Linux Reference

Networking

Storage

du #disk usage blkid #print block devices attributes like uuid
lsblk #list storage blocks with total size and mount points
df #print details about mounted file systems only
fdisk #list partitions and file system type; no size
parted #list partitions & modify
cfdisk #interactive partition editor
ncdu #disk usage analyzer with ncurses interface;

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