UNIX/Linux: Stop a VNC Server - ITsiti
itsiti.com › unix-linux-stop-a-vnc-serverMar 23, 2011 · UNIX/Linux: Stop a VNC Server. Posted by ITsiti — March 23, 2011 in LINUX — 1 Comment. Execute this command at your UNIX or Linux session: # vncserver -kill :<display>. This kills a VNC desktop previously started with vncserver. It does this by killing the Xvnc process, whose process ID is stored in the file “$HOME/.vnc/host:display#.pid”. It actually ignores anything preceding a “:” in its argument.