vncserver
Launches a VNC (Virtual Network Computing) desktop.
- Launch a VNC Server on next available display:
vncserver
- Launch a VNC Server with specific screen geometry:
vncserver --geometry {width}x{height}
- Kill an instance of VNC Server running on a specific display:
vncserver --kill :{display_number}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).