Linux關閉avahi-daemon服務


avahi-daemon是一種Linux操作系統上運行在客戶機上實施查找基於網絡的Zeroconf service的服務守護進程。

該服務可以為Zeroconf網絡實現DNS服務發現及DNS組播規范。

用戶程序通過Linux D-Bus信息傳遞接收發現到網絡服務和資源的通知。

該守護進程配合緩存用戶程序的答復,以幫助減少因答復而產生的網絡流量。

 

 

詳見以下描述:  Description

The avahi-daemon Linux service runs on client machines to perform network-based Zeroconf service discovery. Avahi is an implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Networking.  User applications receive notice of discovered network services and resources using the Linux D-Bus message passing. The daemon coordinates application efforts in caching replies, helping minimize network traffic. Avahi provides a set of language bindings, including Python and Mono.  Because of its modularized architecture, Avahi is already integrated in major desktop components like GNOME's Virtual File System or KDE's input/output architecture. Refer http://avahi.org/ for further specifications. The avahi RPM package provides the /usr/sbin/avahi-daemon daemon and its configuration files.

關閉方法:

[root@server ~]# systemctl stop avahi-daemon.socket
[root@server ~]# 
[root@server ~]#  systemctl disable avahi-daemon.socket
Removed symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket.
[root@server ~]#

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM