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....