Skip to content

mythZhu/echroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echroot - esay chroot

What's a chroot?

A chroot on Unix like operating systems is an operation that changes the apparent root directory for the current running process and its children. A program that is run in such a modified environment cannot name (and therefore normally not access) files outside the designated directory tree. The term "chroot" may refer to the chroot(2) system call or the chroot(8) wrapper program. The modified environment is called a "chroot jail".

What's this for?

Anyone who wants to run a chroot whose architecture is different from the host one.

Where's rootfs?

Synposis

echroot [OPTION] NEWROOT [COMMAND [ARG]...] echroot OPTION

Description

Run COMMAND with root directory set to NEWROOT.

--version 
      output version information and exit

-h, --help 
      display this help and exit

License

Author

Written by Myth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors