A Brief Overview Of Linux Shell
Have you noticed that when using Linux be it Ubuntu, Mint or any other distribution we often switch to the Terminal mode to get the work done?
This Terminal is similar to the black and white command prompt in Windows.
Simply put, the Terminal in Linux consist of the “shell” whose job is to interpret the commands given by the users (us) , translate it and notify the Linux kernel...
Linux Command Line Basics: Part 3
In today’s post we will learn how to manage users and groups. For those of you who are new to this site, do read the first part and the second part of the Linux command line basics before continuing. Let’s get started-
1. adduser – Add user. Syntax is ‘sudo adduser <user name>’. We need to use ‘sudo’ as root privileges are required to run this command....