1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/linux/vncserver.md
2017-03-10 10:20:47 +05:30

334 B

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}}