Vulnerability Development mailing list archives

RE: file hiding under Linux


From: "Patrick Webster" <aushack () tpg com au>
Date: Wed, 25 Jun 2003 15:08:21 +1000

Perhaps a chroot gaol would help you?

#Cp /bin/sh /tmp/sh
#Chroot /tmp sh
#ls
Ls: command not found
#exit
#rm /tmp/sh

Not exaclty what you're after, but you could tailor the environment to
suit your needs?

-Patrick


Current thread: