亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 2478 | 回復(fù): 3
打印 上一主題 下一主題

[FTP] 關(guān)于vsftpd如何新建用戶的簡(jiǎn)單問(wèn)題。 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2004-03-24 12:48 |只看該作者 |倒序?yàn)g覽
小弟是新手,現(xiàn)在用useradd -g ftp -p 1234 user1這條命令新建了一個(gè)用戶,但是用這個(gè)用戶登陸ftp的時(shí)候卻登陸不上去。請(qǐng)教個(gè)位老師,還需要配置那些文件。才能使這個(gè)用戶正常使用。請(qǐng)?jiān)敿?xì)描述新建用戶的過(guò)程。萬(wàn)分感謝。

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2004-03-24 14:13 |只看該作者

關(guān)于vsftpd如何新建用戶的簡(jiǎn)單問(wèn)題。

能把你的vsftpd.conf文件發(fā)上來(lái)看看不?

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2004-03-24 14:26 |只看該作者

關(guān)于vsftpd如何新建用戶的簡(jiǎn)單問(wèn)題。

# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that turning on ascii_download_enable enables malicious remote parties
# to consume your I/O resources, by issuing the command "SIZE /big/file" in
# ASCII mode.
# These ASCII options are split into upload and download because you may wish
# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),
# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
# on the client anyway..
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
chroot_list_enable=YES
# (default follows)
chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES

pam_service_name=vsftpd
userlist_enable=YES
#enable for standalone mode
listen=YES
tcp_wrappers=YES

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2004-03-25 19:24 |只看該作者

關(guān)于vsftpd如何新建用戶的簡(jiǎn)單問(wèn)題。

你這配置文件好像就沒(méi)改過(guò)!
你給這個(gè)user1指定目錄沒(méi)?
如果將userlist_enable=YES,則匿名用戶無(wú)法訪問(wèn)!那樣的話,就需要在/etc/vsftpd.user_list中加入user1
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP