Skip to content

Instantly share code, notes, and snippets.

@AndrewSepic
Last active October 18, 2021 19:59
Show Gist options
  • Save AndrewSepic/bf3e517a6555fc209630961878120837 to your computer and use it in GitHub Desktop.
Save AndrewSepic/bf3e517a6555fc209630961878120837 to your computer and use it in GitHub Desktop.
My Favourite Linux/Terminal Commands
// Disk Usage
// -h Human readable -dX depth of returned folders /filepath where the du command initiates
du -h -d2 /sites/onsmd
// Remove Directory with Files
rm -rf filname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment