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 run a CRON job every 5 minutes The following command syntax will run a CRON job every 5 minutes: */5 * * * * sh /root/rsync-home.sh */5 every 5 Minutes * Every Read More
How to automatically get a nodejs service to start up after reboot Description Getting a service to start up after reboot is easy with Linux and crontab In the example below, we have a Unix user called Read More