how to turn on dm500 logs

omega99

Registered
Messages
8
does nebody know what command you use to turn on logging on the dm500.

I want to be able to tell when ftp or telnet session have started stopped
 

satburn

Registered
Messages
2
You can use the following command in a script and add a cron job to run this script every 1 minute

Code:
netstat | grep 'ftp\|telnet' **** /var/log/custom.log

You will have to create the directory /var/log if it does not exist

edit: for some reason the forum replaces the two > from the command with stars
 
Last edited:
Top