LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Anonymous FTP (https://www.linuxquestions.org/questions/linux-security-4/anonymous-ftp-2228/)

Balitmoreboy 05-01-2001 01:30 PM

Before you guys start dumping on me, I have to do this assignment for school so I'm not anywhere near as proficient as some of you guys at this.

Anyway, I was wondering, when I set up an anonymous FTP server what log files should I check reqularly and where are they located?

Thanks,
Jabari

raz 05-02-2001 06:19 AM

Hello,

If you have setup ftpd in the standard way, then the logging will uses these files.

checkout."as root"

# last | grep ftp "will show you the last people to ftp in"
# cat /var/log/secure "will show the start and exit times of the xinetd process on the ftpd"
# cat /var/log/messages "will show you the session opened and closed.. i.e successful logins"

/Raz


All times are GMT -5. The time now is 03:48 PM.