15 Linux command you should know as a beginner
New to Linux? Don't worry I got your back here are 15 Linux basic commands which can help you to get navigate in the Linux environment although this is not the complete list of commands here are some of them which could get you started In your Linux journey.
- ctrl+alt+t → To open a new terminal.
- clear → To clear screen.
- ctrl +c → to end the actively running process.
- ctrl+z → to suspend/pause a process.
- ls -la → To view hidden files.
- mkdir → To make directories
- rmdir → To remove directories.
- sudo apt upgrade → upgrading system
- sudo apt update → updating system
- cat → display the content of the file
- whatis → anything you want to know ex: whatis nano
- ctrl+shift+ → to increase font
- ctrl - → to decrease the font
- cd .. → to step back from the current directory
- touch filename.txt → to create a file
Comment down any other COMMAND you know and let others know it.
Thank you & stay tuned for more!
Comments
Post a Comment