From time to time I have to get into Linux to execute bash commands and unfortunately I have a tough time remembering them. I though I would add them here.
Disk Management
df -h (disk free)
du -sh | sort -rn | head
File Management
tar -cvzf filename.tgz directory








Post new comment