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
shutdowndefaults to 60s, but doesn’t throw the popup.shutdown +60will give you 60min instead (and +30 is 30min, etc),shutdown -cto cancel, andshutdown --showwill show if one is scheduledshutdown -hI believe is the “do it now” option but I always just give it the minute.shutdown -h now-hstands for haltnowcan 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
nowbit.