From a terminal prompt I issue
shutdown now
Everything seems to be going well, I get:
Telling INIT to go to single user mode. INIT: Going to single user INIT: Sending processes the TERM signal INIT: Sending processes the KILL signal sh-3.1#
I still seem to be logged in, and at /
oh, I was logged in as root.
Robert Moskowitz wrote:
From a terminal prompt I issue
shutdown now
Everything seems to be going well, I get:
Telling INIT to go to single user mode. INIT: Going to single user INIT: Sending processes the TERM signal INIT: Sending processes the KILL signal sh-3.1#
I still seem to be logged in, and at /
oh, I was logged in as root.
"shutdown now" without any other flags defaults to taking the system to single user state.
If you want to power off the system use "shutdown now -P" or "poweroff".
W.
Winter wrote:
Robert Moskowitz wrote:
From a terminal prompt I issue
shutdown now
Everything seems to be going well, I get:
Telling INIT to go to single user mode. INIT: Going to single user INIT: Sending processes the TERM signal INIT: Sending processes the KILL signal sh-3.1#
I still seem to be logged in, and at /
oh, I was logged in as root.
"shutdown now" without any other flags defaults to taking the system to single user state.
If you want to power off the system use "shutdown now -P" or "poweroff".
I use "shutdown -h now" for power off, and "shutdown -r now" for reboot.
Winter wrote:
Robert Moskowitz wrote:
From a terminal prompt I issue
shutdown now
Everything seems to be going well, I get:
Telling INIT to go to single user mode. INIT: Going to single user INIT: Sending processes the TERM signal INIT: Sending processes the KILL signal sh-3.1#
I still seem to be logged in, and at /
oh, I was logged in as root.
"shutdown now" without any other flags defaults to taking the system to single user state.
If you want to power off the system use "shutdown now -P" or "poweroff".
OK. thanks. But seems that is what I always 'use to do'...
On Mon, 30 Apr 2007, Miark wrote:
On Sun, 29 Apr 2007 00:08:49 -0400, Robert wrote:
If you want to power off the system use "shutdown now -P" or "poweroff".
OK. thanks. But seems that is what I always 'use to do'...
Or my favorite, "halt".
Miark
My favorite: "init 0."
Kind regards, Nancy
Nancy Rudins nrudins@ncsa.uiuc.edu http://www.ncsa.uiuc.edu/~nrudins/
Take a sad song and make it better. (lennon/mccartney)
Robert Moskowitz wrote:
OK. thanks. But seems that is what I always 'use to do'...
Just run "poweroff" to power off, and "reboot" to reboot. It's more intuitive. They're both symlinks to /sbin/halt