hi all,

On debian(havent check on another distros) install
tcpdump

Then start tcpdump with the following command
tcpdump -w -c &

say after 5 minutes do
#ps -aux | grep tcpdump
get the pid and kill with this command
#kill -9 tcpdump-PIDNO
now 
#ls -al 
check the file created -c
#touch -c
or 
#mv -c test1
or 
#rm -rf -c
# check the results !!! sounds intresting !! 




Dhanraj Sheth
It is the mind that moves.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      ([email protected])
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to