Is there any command by which I may shutdown my system instantly?
feedback
|
migrated from stackoverflow.com Feb 14 '10 at 11:52
This question came from our site for professional and enthusiast programmers.
| |||||||||||||||
feedback
|
|
Hold the power key for about 4 seconds, it's quite fast. | |||||||||
feedback
|
This should work on most common distros. Unlike with | ||||
|
feedback
|
|
On certain linux distributions, shutdown offers the option -n. (See man shutdown). Certain distributions (such as ubuntu which makes use of upstart instead of sysvinit) don't support his flag however, and this flags is (as can be learned from the manpage) not without risk. Though I've been using this for years (on my laptop i don't care that all daemons are terminated properly, it just want everything killed and my diskcache flushed) (it is faster than a regular shutdown, and more safe than pulling the plug (and friends ) ). You could see if this solves your problem. | |||
|
feedback
|
|
You've got to use the Magic SysRq key combination Repeat after me: "Raising Elephants Is So Utterly Boring..." | |||
|
feedback
|
|
halt is pretty quick. | |||
feedback
|