参考博客 查看vnc进程: 1ps -ef | grep vnc 杀掉vnc进程 1vncserver -kill :9 使用指定分辨率启动vnc 1vncserver -geometry 1920x1080 :43 查看vnc帮助 1vnc -help