How To Check Sudo Command Usage On Linux
The first and only user that exists on a new installation is called root. You use the root account to log in and create secondary “normal” users. After this initial interaction, you are expected to log in as a normal user. Running your system as a normal user is a self-imposed restriction that protects you from making stupid mistakes. Steps to check sudo Command Usage on Linux Authentication Log sudo ls -l /var/log/sudo This will give you a list of all the files and folders in the directory ‘/var/log/sudo’....