Users and groups | Computer Science homework help
In this week, we will again use our virtual machine. This time, we will be creating two users and granting selected permissions from one user to the other. First, create a new user with “useradd -m <username>”. Then, repeat the command for a second user. Set a password for each user with “passwd <username>”. Next, we will create a group for our users with “groupadd […]