-
Notifications
You must be signed in to change notification settings - Fork 3
Linux cheatsheet
Dmitriy Popov edited this page Dec 28, 2020
·
9 revisions
df -h
See https://opensource.com/article/18/7/how-check-free-disk-space-linux
du -sh *
See https://stackoverflow.com/a/1019124/8534088
ls -l --block-size=M
See https://unix.stackexchange.com/a/64150/360633
ls | wc -l
See https://devconnected.com/how-to-count-files-in-directory-on-linux/
rm -r *
See https://askubuntu.com/a/740808/975890
zip log-2020.12.28.zip ./kg.log
See https://linuxize.com/post/how-to-zip-files-and-directories-in-linux/
todo: add*