1、查找vnc的配置文件
rpm -qa | grep vnc
rpm -ql tigervnc-server
2、编辑vnc的配置文件
vim /usr/bin/vncserver
# 把默认的5900端口替换成15900端口
%s/5900/15900/g
3、重启vnc服务
/etc/init.d/vncserver restart
本文出自 “allen的个人博客” 博客,请务必保留此出处http://allen2288.blog.51cto.com/1184612/1566287
原文地址:http://allen2288.blog.51cto.com/1184612/1566287