Linuxでvncsessionを強制終了させる正しい方法は何ですか?
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
このセッションをエレガントに強制終了させるにはどうしたらいいですか?
&001
P.S: 私はまた、このソースからでvncserverからkillオプションを使用することを読んだが、display#を把握する方法がわからない。