<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Shutdown</id>
	<title>Shutdown - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Shutdown"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Shutdown&amp;action=history"/>
	<updated>2026-04-20T06:12:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Shutdown&amp;diff=35363&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Dari: http://linux.101hacks.com/unix/shutdown/   What is shutdown?  Shutdown the system in a safe way. You can shutdown the machine immediately, or schedule a shutdown using 24 hour format...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Shutdown&amp;diff=35363&amp;oldid=prev"/>
		<updated>2013-02-16T23:27:27Z</updated>

		<summary type="html">&lt;p&gt;New page: Dari: http://linux.101hacks.com/unix/shutdown/   What is shutdown?  Shutdown the system in a safe way. You can shutdown the machine immediately, or schedule a shutdown using 24 hour format...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Dari: http://linux.101hacks.com/unix/shutdown/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What is shutdown?&lt;br /&gt;
&lt;br /&gt;
Shutdown the system in a safe way. You can shutdown the machine immediately, or schedule a shutdown using 24 hour format.&lt;br /&gt;
&lt;br /&gt;
After bringing down the system, shutdown command halts or reboots the system according to the option that is specified. Only root user can execute shutdown command.&lt;br /&gt;
&lt;br /&gt;
5 shutdown Examples&lt;br /&gt;
Shutdown the machine immediately&lt;br /&gt;
&lt;br /&gt;
You can shutdown the machine immediately using the following command. It notifies all the logged in users about the system going down, and shuts down the machine.&lt;br /&gt;
&lt;br /&gt;
# shutdown -h now&lt;br /&gt;
&lt;br /&gt;
Broadcast message from sathiya@sathiya-laptop&lt;br /&gt;
	(/dev/pts/1) at 11:28 ...&lt;br /&gt;
&lt;br /&gt;
The system is going down for halt NOW!&lt;br /&gt;
&lt;br /&gt;
Reboot the machine immediately&lt;br /&gt;
&lt;br /&gt;
You can reboot the machine immediately using the following command. It notifies all the logged in users about the system reboot.&lt;br /&gt;
&lt;br /&gt;
# shutdown -r now&lt;br /&gt;
&lt;br /&gt;
Broadcast message from sathiya@sathiya-laptop&lt;br /&gt;
	(/dev/pts/1) at 11:28 ...&lt;br /&gt;
&lt;br /&gt;
The system is going down for reboot NOW!&lt;br /&gt;
&lt;br /&gt;
Shutdown the machine with user defined message&lt;br /&gt;
&lt;br /&gt;
You can also displays your own custom shutdown message. Along with the system message, your message will be appended in the broadcast as shown below.&lt;br /&gt;
&lt;br /&gt;
# shutdown -h now &amp;#039;System is going down for replacement of primary memory&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Broadcast message from sathiya@sathiya-laptop&lt;br /&gt;
	(/dev/pts/1) at 11:28 ...&lt;br /&gt;
&lt;br /&gt;
The system is going down for halt NOW!&lt;br /&gt;
System is going down for replacement of primary memory&lt;br /&gt;
&lt;br /&gt;
Scheduling the shutdown with 24 hour format&lt;br /&gt;
&lt;br /&gt;
Schedule shutdown for 8 PM.&lt;br /&gt;
&lt;br /&gt;
# shutdown -h 20:00&lt;br /&gt;
&lt;br /&gt;
It sends the following message immediately to all terminals.&lt;br /&gt;
&lt;br /&gt;
Broadcast message from sathiya@sathiya-laptop&lt;br /&gt;
	(/dev/pts/3) at 10:25 ...&lt;br /&gt;
&lt;br /&gt;
The system is going down for halt in 575 minutes!&lt;br /&gt;
&lt;br /&gt;
Similar to shutdown (halt), you also schedule a reboot at a specified time as shown below.&lt;br /&gt;
&lt;br /&gt;
# shutdown -r 20:00&lt;br /&gt;
&lt;br /&gt;
Broadcast message from sathiya@sathiya-laptop&lt;br /&gt;
	(/dev/pts/3) at 10:27 ...&lt;br /&gt;
&lt;br /&gt;
The system is going down for reboot in 573 minutes!&lt;br /&gt;
&lt;br /&gt;
Cancel a running shutdown&lt;br /&gt;
&lt;br /&gt;
You can cancel the running shutdown by using -c option as,&lt;br /&gt;
&lt;br /&gt;
# shutdown -c&lt;br /&gt;
&lt;br /&gt;
Syntax and Options&lt;br /&gt;
&lt;br /&gt;
shutdown [OPTION]… TIME [MESSAGE]&lt;br /&gt;
Short Option 	Option Description&lt;br /&gt;
-r 	Requests that the system be rebooted after it has been brought down&lt;br /&gt;
-h 	Requests that the system be either halted or powered off after it has been broughtdown, with the choice as to which left up to the system&lt;br /&gt;
-H 	Requests that the system be halted after it has been brought down&lt;br /&gt;
-P 	Requests that the system be powered off after it has been brought down&lt;br /&gt;
-c 	Cancels a running shutdown. TIME is not specified with this option, the firstargument is MESSAGE&lt;br /&gt;
-k 	Only send out the warning messages and disable logins, do not actually bring thesystem down&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://linux.101hacks.com/unix/shutdown/&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>