mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:32:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| dmesg - display the kernel log
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| # dmesg
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| `dmesg` displays the kernel log (as seen on serial debug output). Only messages printed by kernel processes are displayed.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ dmesg
 | |
| ```
 | 
