How to see another user’s CRONTAB Crontab Cheat Sheet Under Ubuntu or debian, you can view crontab by /var/spool/cron/crontabs/ and then a file for each user is in there. But hell Read More
How to impersonate another Linux user using SUDO sudo -i -u mary You need to use the -i (login) option. Reference https://www.howtogeek.com/447906/how-to-control-sudo-access-on-linux Read More
How to use sudo and su to elevate yourself to root and then to another user At times on a Linux server you want to switch to another user. One example could be one a shared server whereby you need to Read More