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
sudogroup or thewheelgroup. - Create
sudorules that only allow administrative users to do tasks that are directly related to their jobs. - Add each administrative user to the
sudoersfile 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.logor thesecurelog file. - When users use
sudo, all the actions that they perform will be recorded in themessagesor thesyslogfile. - When users log in as the root user, all the actions that they perform will be recorded in the
messagesor thesyslogfile. - 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