mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| umount - unmount file system
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ umount <mountpoint>
 | |
| ```
 | |
| 
 | |
| ## Arguments
 | |
| * `mountpoint`: File system path to unmount
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| `umount` run as root unmounts a file system mounted at specified `mountpoint`.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| # umount /
 | |
| ```
 | |
| 
 | |
| ## See also
 | |
| 
 | |
| * [`mount`(8)](../man8/mount.md)
 | 
