Whats the terminal command to check if vncserver is running?
ubuntuforums.org › showthreadJan 17, 2012 · Well, you could start by looking through your running processes like this: ps -e. or search for some specific text in the output like this: ps -e | grep sometext. I just noticed that on my machine running Ubuntu that Vino is the default VNC server and. ps -e | grep vino. will find the process running on my machine listening for connections.