服务启动的2个问题,100分相送!!!!!!!!!!!!

时间:2022-02-17 21:26:33
我在配置LINUX下的FTP服务时候遇到了2个问题,希望高手指点一下。
1,我用LINUX 自带的可视化工具启动服务时候,系统提示如下:
The vsftpd FTP server servers Ftp connections. It uses normal,unencrypted usernames and passwords for authentications.

You must enable xineted to use this service.

怎样在xineted中启动这项服务。最好能举个例子,谢谢大侠:)
2,“目前运行的级别:5”是什么意思,怎么编辑服务的运行级别?为什么有的服务要在xinted中制定,有的去可以直接启动呀?希望能讲一下原理:)

5 个解决方案

#1


看看这篇文章吧,我也没看,也不知道讲的好不好。
http://www.spystar.com.cn/data/freedoc/linux/Document/MAXWELL/D.849594089.A/D.849597197.A/

3呀5呀,这些开机启动的东西是可以自己定义的。
在redhat中,redhat自己设置,
运行级别3是console模式,
运行级别5是xwindow模式。
这是redhat自己设置的。

相关文章很多,多看点就了解了。
比如搜 "sysv init"

#2


在详细点,好吗?

#3


[root@linux root]# ntsysv
   将列表中vsftpd和xinetd前的*号加上,保存退出。
[root@linux root]# reboot

#4


再说关于运行级别问题,编辑/etc/inittab,找到行:
id:5:initdefault:
其中的5就是当前的默认运行级别,各个级别的定义如下:
# Default runlevel. The runlevels used by RHS are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#

#5


在目录/etc/xinetd.d里照猫画虎的写上要起动的服务
确定xinetd和services服务启动

#1


看看这篇文章吧,我也没看,也不知道讲的好不好。
http://www.spystar.com.cn/data/freedoc/linux/Document/MAXWELL/D.849594089.A/D.849597197.A/

3呀5呀,这些开机启动的东西是可以自己定义的。
在redhat中,redhat自己设置,
运行级别3是console模式,
运行级别5是xwindow模式。
这是redhat自己设置的。

相关文章很多,多看点就了解了。
比如搜 "sysv init"

#2


在详细点,好吗?

#3


[root@linux root]# ntsysv
   将列表中vsftpd和xinetd前的*号加上,保存退出。
[root@linux root]# reboot

#4


再说关于运行级别问题,编辑/etc/inittab,找到行:
id:5:initdefault:
其中的5就是当前的默认运行级别,各个级别的定义如下:
# Default runlevel. The runlevels used by RHS are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#

#5


在目录/etc/xinetd.d里照猫画虎的写上要起动的服务
确定xinetd和services服务启动