
22 Aug
2007
22 Aug
'07
00:43
Hi,
"chroot: cannot run command '/bin/zsh': No such file or directory". True, zsh was not installed on the partition I tried to get chrooted - but is that necessary? And if yes, can I switch to another shell? (Entering the word "bash" before trying to chroot leads to the same result.)
man chroot
Very funny :-) ... unfortunately, the only important thing there said is:
"If no command is given, run ``${SHELL} -i'' (default: /bin/sh)."
I tried that in various combinations, but none worked.
Try chroot foo /bin/bash
I´ll do, as soon as I have access to my LinuxBox again. Thank you!
Frank