commands.sh

vncserver

linux

Launch a VNC (Virtual Network Computing) desktop.

More info →

Examples (3)

Launch a VNC Server on next available display

Launch a VNC Server with specific screen geometry

vncserver --geometry widthxheight

Kill an instance of VNC Server running on a specific display

vncserver --kill :display_number
made by @shridhargupta | data from tldr-pages