linux5.5安装VNC
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux5.5安装VNC相关的知识,希望对你有一定的参考价值。
[[email protected] Server]# rpm -ivh vnc-server-4.1.2-14.el5_3.1.x86_64.rpm warning: vnc-server-4.1.2-14.el5_3.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 Preparing... ########################################### [100%] 1:vnc-server ########################################### [100%] [[email protected] Server]# vncserver You will require a password to access your desktops. Password: Verify: xauth: creating new authority file /root/.Xauthority xauth: (stdin):1: bad display name "zhouhuan:1" in "add" command New ‘zhouhuan:1 (root)‘ desktop is zhouhuan:1 Creating default startup script /root/.vnc/xstartup Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/zhouhuan:1.log [[email protected] Server]# which vncserver #查看VNC所安装的目录 /usr/bin/vncserver [[email protected] Server]# /usr/bin/vncserver #查看VNC端口号,也可以直接敲命令:vncserver [[email protected] Server]# /usr/bin/vncpasswd #设置VNC第一次登陆密码 Password: Verify: [[email protected] Server]# cd /root [[email protected] ~]# cd .vnc [[email protected] .vnc]# vi xstartup #修改VNC配置 #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER #如连接VNC不能正常显示时将这两句前面的#号去掉。 exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & :wq! [[email protected] .vnc]# ps -ef|grep vnc #查看VNC进程 root 3747 1 0 05:34 ? 00:00:00 Xvnc :1 -desktop zhouhuan:1 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority - geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5901 -pn root 3754 1 0 05:34 ? 00:00:00 vncconfig -iconic root 3819 1 0 05:51 ? 00:00:00 Xvnc :2 -desktop zhouhuan:2 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority - geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5902 -pn root 3826 1 0 05:52 ? 00:00:00 vncconfig -iconic root 3844 1 0 05:54 ? 00:00:00 Xvnc :3 -desktop zhouhuan:3 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority - geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5903 -pn root 3851 1 0 05:55 ? 00:00:00 vncconfig -iconic root 3919 1 0 06:02 pts/0 00:00:00 Xvnc :4 -desktop zhouhuan:4 (root) -httpd /usr/share/vnc/classes -auth /root/.Xauthority - geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /root/.vnc/passwd -rfbport 5904 -pn root 4599 3881 0 06:05 pts/0 00:00:00 grep vnc You have new mail in /var/spool/mail/root [[email protected] .vnc]# kill -9 * #杀掉进程
以上是关于linux5.5安装VNC的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7.2 - 安装vnc,最小化安装vnc,命令行安装vnc,3级别安装vnc
vnc安装 vnc安装和使用(windows系统下如何使用VNC进行远程桌面控制)
vnc安装 vnc安装和使用(windows系统下如何使用VNC进行远程桌面控制)