#19 Linux commands for self

I’ve been taking a full linux course from scratch coz I messed an interview recently. So, here’s some important commands and to be honest commands I wanna check out later or frameworks I want to learn this week like vim. Honestly it’s just gonna be vim beside that its just a list

  • cd
  • ls
  • ls -a
  • touch (to make files)
  • pwd (working directory)
  • rm (remove file)
  • rmdir (remove empty directory)
  • rm -r (recursively remove directory and file)
  • rm -d (remove directory)
  • rm -rf /root/ (destroy your entire system)
  • htop
  • top
  • netstat
  • mail
  • vim
  • vi
  • emacs
  • gedit
  • nano
  • man
  • pipe |
  • ps aux
  • less
  • STDIN 0, STDOUT 1, STDERR 2
  • echo
  • Redirection and pipelines
  • &&
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install
  • sudo apt-cache search
  • cat | wc -l
  • sudo -i
  • less
  • kill
  • htop related
  • pkill
  • nice
  • renice
  • /proc filesystem
  • strace
  • ps aux again
  • df -ah