RE: file hiding under Linux

From: Patrick Webster (aushackat_private)
Date: Tue Jun 24 2003 - 22:08:21 PDT

  • Next message: Ben Greenberg: "remote command execution in multiple languages"

    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
    



    This archive was generated by hypermail 2b30 : Wed Jun 25 2003 - 09:31:00 PDT