Saturday, February 5, 2011

How To Get A Trackand Field Sponsorship

Command Console: Shutdown, Restart, Set off

When your PC gets a little rebellious and does not want to shut down by traditional methods, I suggest a few console commands that can help you, avoid turning off your computer to brute force to maintain Press the power button for 5 seconds.


OFF

know two ways to turn through the terminal.

Shutdown lets you shut down your computer safely, alerting users that are logged off the system. The word now indicates that shut down the system now, is not expected for some time.

sudo shutdown now
Poweroff, simply turn off the computer,

sudo poweroff

forced off
Just putting-f to force a shutdown, - f is also used as an option in other commands to indicate the force of an indication. What it does is it does not send the safe shutdown call (safe mode).

sudo poweroff-f

SET OFF
The following command is used to tell you, how many minutes you have to wait before turning off the machine:

sudo shutdown + m

Or if you prefer to set a sleep time in 24 hours:

sudo shutdown hh: mm

But My Ubuntu Latino and I had talked a little to graphic explanation planned shutdown.

RESET

wish to restart your system:
sudo reboot

For more information about these commands, and some of its options, writes info or help, followed by the command. Example: shutdown info

0 comments:

Post a Comment