hpr2725 :: The Illumos Shutdown Command Explained
A short pod cast about the Illumos shutdown command
Hosted by Klaatu on Friday, 2019-01-11 is flagged as Clean and is released under a CC-BY-SA license.
sys admin, systems, unix, illumos.
1.
The show is available on the Internet Archive at: https://archive.org/details/hpr2725
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:13:32
general.
In response to JWP's episode 2697 and ClaudioM's comment, this show covers the shutdown
command as it appeared in Sun Solaris and OpenSolaris, and currently appears in both Oracle Solaris and OpenIndiana.
The quick version:
shutdown
-i
sets the destination init state (5 to shutdown, 6 to reboot, and so on; seeman init
for more)-y
to answer "yes" to the safeguard prompt asking you whether you really want to shutdown-g
to set how many seconds until shutdown. Default is 60.
In practise, I don't even use the shutdown command. I use poweroff
, which does a shutdown and poweroff.
Both shutdown and poweroff require root permission. On OpenIndiana, you can either use sudo bash
or pfexec bash
to get a root prompt.
Some links:
Sun Microsystem docs (with Oracle branding on it)