I have vnc server running on a server but I can't find out the port at which it is listening ? Is there a way to find that out without restarting the vnc server ?
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