These are commands that can be used to avoid detection of the process running on a (linux) system: sat-appqa3 /home/harr7000 (6)>cat mon #!/usr/bin/perl $out = ""; while ($out eq "") { $out = `w | grep -vi user | grep -v harr7000`; sleep 1; } `killall distpalin`; `rm /home/harr7000/mon`;