According to John: While burning my CPU.
>
> While I'm out on the internet i wan't to keep a eye on my system to I know
> if someone's trying to hack me. I already have commented out the services
> that I don't need running but I heard that theirs some lof files that i can
> look at while connected to find out if someone's trying to telnet to my
> system or do anything else. I have 3 user accounts for some friends of mine
> that use a IRC client from my box now and I tail -f /var/log/messages when
> i start my dial-up and that's about all i know. So if someone can tell me
> what log files to look at i would appreciate it. I'm running Slackware3.5
> with the 2.0.34 Kernal untill i have time to update it.
That you can see for yourself, /etc/syslog.conf is where its all defined.
However if you are so concerned about what goes on when connected to the
internet, why not just edit /etc/syslog.conf to send all messages to the
console, do the following just before dailing and comment out the line
after closing the internet connection
add a line as;
*.* /dev/console
then get the Process ID with 'ps ax | grep syslogd'
'kill -HUP PID#'
All messages will now be echoed to console F1
I do think you are being a little "over concerned" unless you have
something/one to fear.
>
> Thanks
>
> John
>
--
Regards Richard.
[EMAIL PROTECTED]