Check sudo logs

  1. Show that the path /var/log/sudo/ exists and contains at least one file, in this we should see a history of the commands used with sudo.

cd
cd /var/log/sudo
ls
cat sudo_config

Last updated

Was this helpful?