mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| shutdown - Power off the machine
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ shutdown
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| `shutdown` instructs the kernel to power off the machine immediately.
 | |
| 
 | |
| ## Notes
 | |
| 
 | |
| The `shutdown` utility opens the `/sys/firmware/power_state` node and writes the magic value "2"
 | |
| to instruct the kernel to power off the machine.
 | 
