LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I'm done here! (https://www.linuxquestions.org/questions/linux-general-1/im-done-here-847589/)

Kenny_Strawn 11-30-2010 10:48 PM

I'm done here!
 
What is your preferred command for shutting down the system? Please explain your votes.

mlangdn 11-30-2010 10:53 PM

I never use sudo, only su and sometimes su -
shutdown -H now fills the bill.

H_TeXMeX_H 12-01-2010 04:35 AM

Ctrl-Alt-Del which runs 'shutdown -h now'. No, I don't use sudo.

teebones 12-01-2010 05:58 AM

that's not a common behavior.. ctrl + Alt + Del on most distro's executes "shutdown -r now", not "-h".

brianL 12-01-2010 06:03 AM

shutdown -h now, if I'm in runlevel 3.
KDE main menu -> Leave -> Shutdown, if I'm in runlevel 4.

GazL 12-01-2010 06:09 AM

I just press the power button on the front of my case. ACPI does the rest.

H_TeXMeX_H 12-01-2010 06:12 AM

Quote:

Originally Posted by teebones (Post 4176893)
that's not a common behavior.. ctrl + Alt + Del on most distro's executes "shutdown -r now", not "-h".

Yes, I changed it in inittab. I rarely need to restart.

devnull10 12-01-2010 06:21 AM

Code:

poweroff

honeybadger 12-01-2010 07:24 AM

Changed the /etc/inittab and ctrl+alt+del powers the pc off.

Larry Webb 12-01-2010 07:48 AM

shutdown -h if I am trying to impress someone otherwise just the powerbutton.

brianL 12-01-2010 07:59 AM

Quote:

Originally Posted by Larry Webb (Post 4177013)
shutdown -h if I am trying to impress someone otherwise just the powerbutton.

Good answer. :)

mlangdn 12-01-2010 08:07 AM

I remember using "park".

H_TeXMeX_H 12-01-2010 08:37 AM

My power button is under a panel, and is hard to reach, that's why I use Ctrl-Alt-Del. This combo also exits fluxbox.

druuna 12-01-2010 08:38 AM

sudo??

I use ctrl-alt-del most of the time.

Inittab entry is changed to: ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now, besides root, only 1 other user has the power to shut down the system.

@mlangdn: park, I remember that command too!!

@H_TeXMeX_H: Happy birthday to you, happy birthday to you, happy .........!

H_TeXMeX_H 12-01-2010 08:43 AM

heh, thanks


All times are GMT -5. The time now is 08:22 PM.