Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to manage rsync through xinetd Service under linux to realize Boot self-start

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the linux through the xinetd service management rsync how to achieve boot self-startup, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

1.1 xinetd service configuration

1.1.1 check if the xinetd service is installed

[root@backup ~] # rpm-qa xinetd [root@backup ~] # rpm-ql xinetdpackage xinetd is not installed

1.1.2 install the xinetd service

[root@backup ~] # yum install xinetd- y [root@backup ~] # rpm-qa xinetdxinetd-2.3.14-40.el6.x86_64

1.2 modify the / etc/xinetd.d/rsync file so that it starts when xinetd starts

Vim / etc/xinetd.d/rsync. Change disable = yes to disable = nodisable = no

Use command to modify (centos6.x)

Sed-I / I / etc/xinetd.d/rsync

1.3 restart the system and found that port 873 was managed by xinetd

[root@backup] # netstat-lntup | grep 873tcp 00: 873: * LISTEN 1229/xinetd thank you for reading this article carefully. I hope the article "how to achieve boot self-startup under linux through xinetd service management rsync" shared by the editor will be helpful to everyone. At the same time, I hope you will support us, pay attention to the industry information channel, and more related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report