Today will learn how to kill xvnc server on linux machine.
If you are running xvncserver from /usr/bin/vncserver or give the path where vncserver is available.
[root@localhost~]# /usr/bin/vncserver -kill :1
Here, just after -kill : 1, -kill :2 these are the vnc session.
The vnc session you want to kill pass that vncsession number.
0 comments :
Post a Comment