On Wed, Sep 8, 2010 at 8:55 AM, Elmar Bschorer <elmar.bscho...@bugconsulting.de> wrote: > short question - how can i find out if a process runs chrooted? > i couldn't find any hints in man chroot :-(
fstat | awk '$4 == "root"'
On Wed, Sep 8, 2010 at 8:55 AM, Elmar Bschorer <elmar.bscho...@bugconsulting.de> wrote: > short question - how can i find out if a process runs chrooted? > i couldn't find any hints in man chroot :-(
fstat | awk '$4 == "root"'