?? vsftpd
字號:
# default: on# description:# The vsftpd FTP server serves FTP connections. It uses# normal, unencrypted usernames and passwords for authentication.# vsftpd is designed to be secure.service ftp{ socket_type = stream wait = no user = root server = /usr/local/sbin/vsftpd# server_args =# log_on_success += DURATION USERID# log_on_failure += USERID nice = 10 disable = no}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -