7.2. Manual chroot

It may be needed quite often to enter the isolated environemnt manually to debug there. Perform that inside the root of working directory:

        sudo chroot `pwd` /bin/sh -l
The option -l is needed for the shell to read the file /etc/profile inside host, it adds the path /rrr/bin to PATH, which is needed for the work with any.