Created
          April 10, 2016 06:57 
        
      - 
      
- 
        Save erangaeb/c74fc798dab1c3015f123093814bd957 to your computer and use it in GitHub Desktop. 
    Chroot command
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # structure | |
| sudo chroot <directory> <command> | |
| # directory - jailing directory | |
| # command - execuring command in the jail directory | |
| # example | |
| sudo chroot jail /bin/bash | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment