mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	 8d8b0d0a34
			
		
	
	
		8d8b0d0a34
		
	
	
	
	
		
			
			This happens in two ways: 1. LibCore now has two new methods for creating Jails and attaching processes to a Jail. 2. We introduce 3 new utilities - lsjails, jail-create and jails-attach, which list jails, create jails and attach processes to a Jail, respectively.
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| lsjails - list existing jails
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| # lsjails
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| This utility will list all existing jails at the moment of invoking this program.
 | |
| Please note that if the current process is in jail, it will not see any jail.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| # lsjails
 | |
| Index   Name
 | |
| 2       test-jail
 | |
| ```
 |