Tutorial: Using the Shell, Part 4 Introduction Your shell can be personalized quite a lot. Using settings in your .bashrc file you can change the prompt,...
Tutorial: Using the Shell, Part 3 Introduction You can be very productive using the shell, however, there are some fantastic tricks to make you faster and...
Tutorial: Using the Shell, Part 2 Introduction In this tutorial, we will cover how to send programs into the background, how to restore them to the...
Tutorial: Using the Shell, Part 1 Introduction The Linux commands on their own are pretty powerful and useful tools but until you know how to combine...
Using sudo and sudoers sudo allows you to run your program as another user, by default this user is root, also known as the...