RedHat7的非root用户调用xclock
程序员文章站
2022-03-16 13:47:15
...
错误提示:Error: Can't open display: :0.0
[root@shihuan ~]# yum install xorg-x11-apps
[root@shihuan ~]# xhost +
[root@shihuan ~]# xclock
这时root用户已经可以调用xclock了。
[root@shihuan ~]# su - tomcat
【注】如果是redhat6系列的操作系统,则此时调用xclock已经可以成功了,但在redhat7系列操作系统中会报不能打开DISPLAY的错误。
在redhat7系列操作系统下分两种模式:
1、在Windows的xshell中调用
2、在RedHat7图形化界面系统内部
如果是在Windows的xshell中调用xclock,则需要先执行如下命令:
[tomcat@shihuan ~]# export DISPLAY=Windows_IP:0.0
[tomcat@shihuan ~]# xclock
此时在xshell中已经可以成功调用xclock了。
如果是在RedHat7图形化界面系统内部调用xclock,则需要先执行如下命令:
[tomcat@shihuan ~]# export DISPLAY=:0.0
[tomcat@shihuan ~]# xclock
此时在RedHat7图形化界面系统内部已经可以成功调用xclock了。
【注】RedHat6和RedHat7还是有一些差别的, 。
[root@shihuan ~]# yum install xorg-x11-apps
[root@shihuan ~]# xhost +
[root@shihuan ~]# xclock
这时root用户已经可以调用xclock了。
[root@shihuan ~]# su - tomcat
【注】如果是redhat6系列的操作系统,则此时调用xclock已经可以成功了,但在redhat7系列操作系统中会报不能打开DISPLAY的错误。
在redhat7系列操作系统下分两种模式:
1、在Windows的xshell中调用
2、在RedHat7图形化界面系统内部
如果是在Windows的xshell中调用xclock,则需要先执行如下命令:
[tomcat@shihuan ~]# export DISPLAY=Windows_IP:0.0
[tomcat@shihuan ~]# xclock
此时在xshell中已经可以成功调用xclock了。
如果是在RedHat7图形化界面系统内部调用xclock,则需要先执行如下命令:
[tomcat@shihuan ~]# export DISPLAY=:0.0
[tomcat@shihuan ~]# xclock
此时在RedHat7图形化界面系统内部已经可以成功调用xclock了。
【注】RedHat6和RedHat7还是有一些差别的, 。
推荐阅读