Objective:
Create the users necessary for the operation of the project, according to the established roles.
Users created:
User | Group | has sudo | password |
---|---|---|---|
root | root | Yeah | They already exist |
super | users | Yeah | ****** |
major | faculty | No (full access without sudo) | ****** |
operator | operators | No | ****** |
technician | technicians | No | ****** |
brayan | users | Yeah | ****** |
alex | users | Yeah | ****** |
angel | users | Yeah | ****** |
Procedure:
– A script has been created that automates the whole process.
– Custom groups are created (teachers, operators, etc.).
– Each user is assigned his group.
– All have as password: ******
– Named users have sudo access.
– major can run commands as root without sudo.