Adding a user to the sudo file

Configuring SUDO1. Open a terminal.2. In the terminal enter the following: su –login -c ‘visudo’ 3. Press enter, at the password prompt enter the password for root, then press enter.4. A display similar to the following will be displayed: # sudoers file.## This file MUST be edited with the ‘visudo’ command as root.## See the sudoers man page for the details on how to write a sudoers file.## Host alias specification# User alias specification# Cmnd …

Read moreAdding a user to the sudo file