複選題
266.於Linux系統中,欲以vsftpd建立FTP伺服器,下列關於/ etc / vsftpd / vsftpd . conf之敘述哪些正確?
(A) vsftpd . conf中之guest _ enable = YES,表示設 定任何實體使用者,均會被假設成為guest
(B) vsftpd . conf中之guest _ usern ame = ftp,表示在guest _ enable = YES時,預設會取得ftp使用者的相關權 限
(C) vsftpd . conf中之local _ enable = YES,表示允許在/ etc / passwd內的帳 號以實體使用者的方式登入vsftpd伺服器
(D) vsftpd . conf中之local _ max _ rate = 0,表示不允許實體使用者傳送任何資料。