Linux command
vncviewer 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Connect
vncviewer [host]:[display_number]
Example
vncviewer -FullScreen [host]:[display_number]
Example
vncviewer --geometry [width]x[height] [host]:[display_number]
Example
vncviewer [host]::[port]
说明
vncviewer is a VNC (Virtual Network Computing) client that connects to remote VNC servers. It allows viewing and controlling a remote desktop over the network. The display number (after single colon) is added to port 5900. Use double colon for direct port specification.
参数
- -FullScreen
- Launch in fullscreen mode
- --geometry _WxH_
- Window geometry
- -ViewOnly
- View only, no input
- -Shared
- Share the connection with other viewers
FAQ
What is the vncviewer command used for?
vncviewer is a VNC (Virtual Network Computing) client that connects to remote VNC servers. It allows viewing and controlling a remote desktop over the network. The display number (after single colon) is added to port 5900. Use double colon for direct port specification.
How do I run a basic vncviewer example?
Run `vncviewer [host]:[display_number]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -FullScreen do in vncviewer?
Launch in fullscreen mode