Shutdown system after 3 minutes



I seem to recall that the 'shutdown' command has a timer.
Or do you mean without any human interaction at all?
Perhaps a 'cron job' would do it.
 
Code:
sudo crontab -e

Depending on the implementation of cron shipped with your distro, this might not work after an hard shutdown, bot on most systems, it will:

Code:
@reboot /path/to/shutdown +3
 

Members online


Top