当前位置:首页 > 服务器类 > Linux服务器 > > 在Linux下设置xhost方法步骤

在Linux下设置xhost方法步骤

点击次数:42 次 发布日期:2008-11-21 23:10:56 作者:源代码网
源代码网推荐

第一步:用root登陆linux,启动vnc服务;

    第二步:根据vnc起来的端口,设置export DISPLAY=localhost:1(1表示vnc在第一个tty上启动的),vnc的启动信息见附件1;

    第三步:执行xhost +,并且提示“access control disabled, clients can connect from any host”才正确。

    linux下的操作日志如下:

     [root@localhost ~]# vncserver

New "localhost:1 (root)" desktop is localhost:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost:1.log

[root@localhost ~]# export DISPLAY=localhost:1
[root@localhost ~]# xhost +
access control disabled, clients can connect from any host


    在设置xhost时,出现了unable的问题。

    使用上诉方法就可以搞定

源代码网供稿.
网友评论 (0)
会员中心
服务器类
本站推荐
服务器类之精华