- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1.1.1 检查xinetd服务是否安装
[root@backup ~]# rpm -qa xinetd
[root@backup ~]# rpm -ql xinetd
package xinetd is not installed
1.1.2 安装xinetd服务
[root@backup ~]# yum install xinetd -y
[root@backup ~]# rpm -qa xinetd
xinetd-2.3.14-40.el6.x86_64
1.2 修改/etc/xinetd.d/rsync文件,使其随xinetd启动而启动
vim /etc/xinetd.d/rsync
......将disable = yes 修改为 disable = no
disable = no
使用命令修改(centos6.x)
sed -i 's#yes#no#g' /etc/xinetd.d/rsync
1.3 重启系统发现873端口交由xinetd管理
[root@backup ~]# netstat -lntup |grep 873
tcp 0 0 :::873 :::* LISTEN 1229/xinetd
售前咨询
售后咨询
备案咨询
二维码
TOP