Home | Mirror | Search

第 80 章 shutdown

shutdown -h now
shutdown -h 10:00 	10點關機
shutdown -h +10  	10mins後關機
shutdown -r now   	reboot at once
shutdown -r +30 	'System will reboot in 30mins'
shutdown -k 		'System will reboot'		
	
comments powered by Disqus