Search Suggest

Shutdown Linux system through Crontab
Shutdown Linux system through Crontab

Shutdown ubuntu/CentOS/RHEL system using crontab

Run command from user to set cron For Ubuntu system $ sudo crontab -e For CentOS/RHEL system #crontab -e 00 18 * * * /sbin/shutdown -h now Check Cron…