The command shutdown defaults to 60s, but doesn’t throw the popup. shutdown +60 will give you 60min instead (and +30 is 30min, etc), shutdown -c to cancel, and shutdown --show will show if one is scheduled shutdown -h I believe is the “do it now” option but I always just give it the minute.
The command
shutdown
defaults to 60s, but doesn’t throw the popup.shutdown +60
will give you 60min instead (and +30 is 30min, etc),shutdown -c
to cancel, andshutdown --show
will show if one is scheduledshutdown -h
I believe is the “do it now” option but I always just give it the minute.shutdown -h now
-h
stands for haltnow
can be set to any amount of time you want.Ah thanks! Like I said I always just give it the 60s (or +X), so I was less familiar with the
now
bit.