Pertanyaan :Bagaimana cara menghentikan daemon xinetd dari memulai proses Server VNC?
1. Buka file konfigurasi xinetd /etc/xinetd.d/vnc-server . Ubah file dan cari baris disable =no dan atur nilainya menjadi ya.
# vi /etc/xinetd.d/vnc-server
service vnc-server-1
{
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = nobody
server = /usr/bin/Xvnc
server_args = -inetd -query localhost -geometry 1440x900 -depth 24 -once -securitytypes=none
} 2. Mulai ulang layanan xinetd untuk menerapkan perubahan.
# systemctl restart xinetd.service
Kesalahan "peta sedang digunakan" saat menghapus perangkat multipath di CentOS/RHEL
Cara Menghapus/Menghapus GNOME dari CentOS/RHEL 7