Click to See Complete Forum and Search --> : check the transaction in Redhat


enterume
10-01-2002, 03:20 AM
Hi,


Where can i find the log file which show all teh transaction of the server, like ssh activiites, ftp and so on.


THanks
Louis

nashirak
10-01-2002, 03:32 AM
For a general overview check

/var/log/daemon.log or /var/log/syslog (every now and again)

for specifics: usually you FTP server keeps a log, Apache, SSH etc... figure out what the specific server is (postfix vs exim mailer etc.) and look for that specific log.

Hope this Helps!