当我在通过linux
我的windows 7
笔记本电脑连接的远程框中运行以下命令时,VNC
得到以下信息:
[subhrcho@slc04lyo ~]$ ps -ef|grep vnc
subhrcho 20113 19804 0 21:40 pts/8 00:00:00 grep vnc
subhrcho 27486 1 0 Jan28 ? 00:05:35 Xvnc :1 -desktop slc04lyo:1 (subhrcho) -httpd /usr/share/vnc/classes -auth /home/subhrcho/.Xauthority -geometry 1680x1050 -depth 16 -rfbwait 30000 -rfbauth /home/subhrcho/.vnc/passwd -rfbport 5901 -pn
subhrcho 27493 1 0 Jan28 ? 00:00:00 vncconfig -iconic
我该如何优雅地结束本节会议?我知道kill -9 <pid>
会这样做,但我认为这是强制清除,可能会导致文件损坏。
PS:我也从此源中读取了vncserver的kill选项,但不确定如何确定display#。