Writing multiple commands together is known as Command Chaining, in this article I will show you different methods to combine multiple commands on terminal / shell. Using Semicolon (;) If you combine multiple commands using…
Tag: system-administration
In this article I will explain how you can change ubuntu host name temporarily and permanently. Set the system’s host name Run following command from terminal to change system’s host name. Replace HOST_NAME with a name…