Questions
- What is the best way to grant administrative privileges to users?
- Give every administrative user the root user password.
- Add each administrative user to either the
sudo
group or thewheel
group. - Create
sudo
rules that only allow administrative users to do tasks that are directly related to their jobs. - Add each administrative user to the
sudoers
file and grant them full administrative privileges.
- Which of the following is true?
- When users log in as the root user, all the actions that they perform will be recorded in the
auth.log
or thesecure
log file. - When users use
sudo
, all the actions that they perform will be recorded in themessages
or thesyslog
file. - When users log in as the root user, all the actions that they perform will be recorded in the
messages
or thesyslog
file. - When users use
sudo
, all the actions that they perform will be recorded in theauth.log...
- When users log in as the root user, all the actions that they perform will be recorded in the