Here are five tips that can help you operate Linux system more easily and conveniently.
-
You can use the clear command to clear the terminal if it gets filled up with too many commands.
-
TAB can be used to fill up in terminal. For example, You just need to type “cd Doc” and then TAB and the terminal fills the rest up and makes it “cd Documents”.
-
Ctrl+C can be used to stop any command in terminal safely. If it doesn’t stop with that, then Ctrl+Z can be used to force stop it.
-
You can exit from the terminal by using the “exit” command.
-
You can power off or reboot the computer by using the command “sudo halt” and “sudo reboot”.
Leave a Comment
Your email address will not be published. Required fields are marked *