tldr/pages/linux/vncserver.md

16 lines
334 B
Markdown
Raw Normal View History

2017-03-10 04:50:47 +00:00
# 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}}`