80
1
SW
7.5.3
CREATING USERS ON LINUX
There will be created as many users as content groups have to be managed. To add a
new user, type:
sudo adduser <new_user_name>
Where <new_user_name> stands for the name you want to give to the content group,
for example:
sudo adduser hotels
Figura 88
Now, login as the new user:
su <user_name>
And enter the password introduced in the step before.
In this example:
su hotels
Figura 89