adspace
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Answer Posted / Manoj Chauhan
echo '0 15 * * * shutdown -h now' | crontab -
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers