Linux下桌面环境介绍及VNC的使用(2)

######################## Test VNC server ######################
Now, download VNCViewer onto our desktop computer from which we want to access the shared
desktop.
download link:
start vnc tool & type
serverip:1 or serverip:2 [1 for root user & 2 for vnc1 user]
example:
192.168.1.200:1 or 192.168.1.200:2 (192.168.1.200 is vncserver Ip)
Enter the password that we created using the vncpasswd command:

VNCSERVER的简单管理:
当一用户反馈说他不能通过VNC Viewer接入服务器或都管理员强制关闭用户的远程桌面连接时,管理员可以这样来处理(以用户vnc1为例):
1、查看/etc/sysconfig/vncservers 配置文件,确定用户的"X DISPLAY # ",vnc1用户的ID号码为“2”
2、[root@bogon ~]# vncserver -kill :2  #强制结束进程
      Killing Xvnc process ID 3405
3、[root@bogon ~]# vncserver :2  #重新启动vnc1的vnc服务


添加新用户具并让其具有vnc远程接入功能的配置思路:
1、增加系统用户及密码
2、切换到该用户设置vnc登陆密码
3、修改/etc/sysconfig/vncservers配置文件
4、重新启动vncserver服务

相关阅读:

VNC的安装配置

CentOS 6.3安装和配置VNC

Linux下强制不检测依赖安装VNC

CentOS6 VNC服务安装配置

VNC远程控制安装和设置

Windows远程桌面访问Ubuntu 12.04 之安装VNC

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/18570.html