1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/vncserver.md

17 lines
387 B
Markdown
Raw Normal View History

2017-03-09 23:50:47 -05:00
# vncserver
> Launch a VNC (Virtual Network Computing) desktop.
> More information: <https://manned.org/vncserver.1x>.
2017-03-09 23:50:47 -05:00
- 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}}`