mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| lsblk - list connected storage devices
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ lsblk
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| lsblk is a utility for displaying information about storage devices in the system.
 | |
| It shows a brief list of these devices.
 | |
| 
 | |
| ## Files
 | |
| 
 | |
| * `/sys/devices/storage` - source of the storage devices list.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ lsblk
 | |
| ```
 | 
