Content deleted Content added
Billjones94 (talk | contribs) →External links: Using template Tags: Mobile edit Mobile web edit |
→Unix and Linux: and users |
||
Line 100:
| website =
}}
In [[Unix]] and [[Linux]], the <code>shutdown</code> command can be used to turn off or [[Booting|reboot]] a computer. Only the [[superuser]] or a user with special privileges can shut the system down.
One commonly issued form of this command is <code>shutdown -h now</code>, which will shut down a system immediately. Another one is <code>shutdown -r now</code> to reboot. Another form allows the user to specify an exact time or a delay before shutdown: <code>shutdown -h 20:00</code> will turn the computer off at 8:00 PM, and <code>shutdown -r +1</code> will automatically reboot the machine in one minute of issuing the command.<ref>{{man|8|shutdown|die.net}}</ref>
|