複選題
68. 於 Linux 系統中,欲以 vsftpd 建立 FTP 伺服器,下列關於/etc/vsftpd/vsftpd.conf 之敘述哪些正
確?
(A)vsftpd.conf 中之 anon_umask=066,表示限制 anonymous 使用者上傳檔案的權限為-rwx--x-
-x
(B)vsftpd.conf 中之 no_anon_password=YES,表示 anonymous 使用者不需輸入密碼而直接登入
vsftpd 伺服器
(C)vsftpd.conf 中之 anon_max_rate=0,表示不允許 anonymous 使用者傳送任何資料
(D)vsftpd.conf 中之 anon_upload_enable=YES,表示允許 anonymous 使用者具有上傳資料的權
限。