由 lakerman 在 12-14-2002 01:35 发表:
终于自己装好linux了,在看完论坛后还是有几个小问题要问..
先谢谢大侠们的帮助:
今天在经历了漫长的一个月后,终于装好了自己的LINUX,呵呵~
我的问题是:
(1)我装好中软的LINUX(中软3.0无XWINDOWS)后,FTP只能用匿名登陆,用LINUX下建立的用户无法登陆,请问这是需要改那么配置文件??
(2)如何设置一个用户,让他一登陆FTP,就直接到达制定的目录?并且可以CHMOD
(3)如果我的机器上再加装一块网卡,系统回自认吗?
(4)为什么我用ROOT用户登陆后,发现没有 诸如: linuxconf 、netconf等命令,只有个SETUP。如果我要是设置网络,应该怎么办?
我现在的LINUX情况是:
中软LINUX3.0,安装服务器,无XWINDOWS,可以TELNET,防火墙我设置为低,WEB服务器被浏览正常,FTP可匿名登陆、Webmin使用正常。
由 eTony 在 12-14-2002 10:36 发表:
你装的什么ftp软件??一般不同的ftp软件,配置稍有不同,
新加设备一般会人出来
linuxconf 、netconf等命令如果没有的话,需要安装
Seeking Freedom,pure Freedom!
http://211.92.88.40/~tony/
由 lakerman 在 12-14-2002 15:09 发表:
是WU-FTP
现在是所以的帐号都不能使用,只能匿名!!!
求救啊!!!!!!!!!!
由 北南南北 在 12-14-2002 15:32 发表:
本帖转入网络版,请兄弟到网络版讨论。
另外,把配制文件发上来。多谢。
===========================
请弟兄们发帖时要写个好标题,多谢!
===========================
每天以1000KM/H的速度在跑,感觉还是时间不够:(
“西学东渐,洋为中用” + 创造 = ?
linux ppc
由 lakerman 在 12-14-2002 19:20 发表:
This file controls the behavior of the wu-ftpd
ftp server.
If you're looking for a graphical frontend to
editing it, try kwuftpd from the kdeadmin
package.
Don't allow system accounts to log in over ftp
deny-uid %-99 %65534-
deny-gid %-99 %65534-
allow-uid ftp
allow-gid ftp
The ftpchroot group doesn't exist by default, this
entry is just supplied as an example.
To chroot a user, modify the line below or create
the ftpchroot group and add the user to it.
You will need to setup the required applications
and libraries in the root directory (set using
guest-root).
Look at the anonftp package for the files you'll need.
guestgroup ftpchroot
User classes...
class all real,anonymous,guest *
Set this to your email address
email root@localhost
Allow 5 mistyped passwords
loginfails 5
Notify the users of README files at login and when
changing to a different directory
readme README* login
readme README* cwd=*
Messages displayed to the user
message /welcome.msg login
message .message cwd=*
由 ckf 在 12-14-2002 21:26 发表:
以下是我的ftpaccess,但我的就和你的刚好相反,普通用户能登陆,但匿名就下能登陆,可以续传,但不知怎样禁止覆写,作叁考吧,
This file controls the behavior of the wu-ftpd
ftp server.
If you're looking for a graphical frontend to
editing it, try kwuftpd from the kdeadmin
package.
Don't allow system accounts to log in over ftp
deny-uid %-99 %65534-
deny-gid %-99 %65534-
allow-uid ftp
allow-gid ftp