Now, if you are not used to the command line, the whole terminal window may look alien to you, and if you are seriously contemplating using the terminal for your tasks, it is important that you understand how it works.
Every command is made up of three elements: the command itself, an argument that tells the command what resource it should operate on, and an option that modifies the output.
Now, before we conclude this tutorial, there are certain rules you need to know about the terminal.
- Make sure you type out the commands with precise grammar. Terminal considers every letter, number, and space that you put in the command. This is especially important when you are copying commands from online resources. Make sure you copy and paste the commands as is.
- You cannot use the mouse in the terminal window, so navigating through the commands must be done using the arrow keys on the keyboard.
- The commands in the terminal are executed in the directory you are in. So if you want to execute a command on the desktop, and you are in the documents folder, you will first have to change the directory to the desktop and then punch in the desired command.
There are many resources online that you can use to learn the nuances of using the command line, and if you feel that it is not to your tastes, the GUI is not going anywhere.