Basics of C Language – (01) Common Linux Commands and Tools

Basics of C Language - (01) Common Linux Commands and Tools

1. Terminal Related Operations 1. Open the terminal on Ubuntu 1. Click the Terminal icon 2. Use the shortcut <span>ctrl+alt+t</span> 2. Adjusting Font Size Increase:<span>ctrl shift +</span> Decrease:<span>ctrl -</span> 3. Meaning of Command Line Prompt <span>linux@ubuntu:~$</span> linux: username (<span>whoami</span> command to get the username) ubuntu: hostname (<span>hostname</span> command to get the hostname) ~: path (<span>/home/linux/</span>) … Read more