Thread
:
How can I find port on which VNC is running
View Single Post
#
2
(
permalink
)
03-27-2010, 12:27 PM
Unregistered
Guest
Posts: n/a
Never find I realized, you can get this information from ps -ef | grep vnc
in you output lines you will see hostname:somenumber and somebumber is the port number over which vnc is running
Unregistered