Interview Questions And Answers
Q: - How to deny specific users access to the FTP server ?
To deny specific users access to the FTP server, add their usernames to the /etc/vsftpd/
ftpusers file. By default, system users such as root and nobody are included in this list.
Submitted By:-Jhon Email-ID: - jjohn2766@gmail.com
Q: - Can we create logs for ftp authenticated sessions ?
Yes, If the xferlog_enable directive in vsftpd.conf is set to YES, file transfers using the FTP protocol are logged to /var/log/xferlog. Information such as a time stamp, IP address of the client, the file being transferred, and the username of the person who authenticated the connection is included in the log entry.
Submitted By:-Jhon Email-ID: - jjohn2766@gmail.com
Q: - What is meaning of max_clients parameter ?
Maximum number of clients that can connect at one time.
If set to 0, the number of clients is unlimited.
Submitted By:-Archi Email-ID: - archia72@gmail.com

