1.2.2       Linux without GUI

 

On Linux Server-sytems IP-Sniffer can be called as following:

 

 

sudo ipsniff [parameters] >[log-file] &

 

 

Parameters

[parameters]

parameters as described in the chapter above

> [log-file]

the whole output will be redirected into a log-file

&

the application will be started as background process
Note: the application has to be terminated by killing the appropriate job, e.g. kill %1  for killing job-number '1'