Процесс скорее не прячется, а маскируется при помощи спец переменной $0
Пример скрипта :
#!/usr/bin/perl
use strict;
use warnings;
$0 = "/usr/sbin/apache2 -k start";
sleep 20;
В ps aux процесс будет виден как один из форков апача.
Tags: Debian, linux, perl
This entry was posted on Пятница, 20 сентября, 2013 at 20:20 and is filed under Новости.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.