charlieharper
Expert Member
Post all your most useful Linux terminal commands here:
Just something that I use often - thought it might come in handy for others aswell.
Replace [TIME], with the time you want your pc to shutdown: 23:00
Here is the other options with the shutdown command:
Just something that I use often - thought it might come in handy for others aswell.
Code:
sudo shutdown -h [TIME]
Replace [TIME], with the time you want your pc to shutdown: 23:00
Here is the other options with the shutdown command:
Code:
-r reboot after shutdown
-h halt or power off after shutdown
-H halt after shutdown (implies -h)
-P power off after shutdown (implies -h)
-c cancel a running shutdown
-k only send warnings, don't shutdown
-q, --quiet reduce output to errors only
-v, --verbose increase output to include informational messages
--help display this help and exit
--version output version information and exit