
Code: Select all
cd /usr/bin
ln -s echo no
Alright, that's what I thought he meant... but It just seemed so bizarre to link some perl environment variable to `echo`. Thanks for helping!Maedhros wrote:It seems very clever to me - what I think he's done, from within the chroot, is this:Code: Select all
cd /usr/bin ln -s echo no