linux下執行xhost命令報錯:unable to open display,解決方法,linux 下通過xhost進入圖形界面,經常會出現報錯“unable to open display”
linux下的操作步驟如下:
1、復制代碼:
復制內容到剪貼板
[root@localhost ~]# vncserver
New 'localhost:1 (root)' desktop is localhost:1
Starting applications specified in /root/.vnc/xstartupLog 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 to open display 的問題一般都能用上述方法搞定
2、以root用戶登錄
輸入命令xdpyinfo,記錄下裡面的name of display:後的字符串,如 name of display:127.0.0.1:1.0
在執行xhost +命令(使得所有客戶都可以訪問)
返回信息為: access control disabled,clients can connect from any host
如果xhost +不能執行,可以輸入命令export DISPLAY=:0執行一下
再執行xhost +
xhost + ip (name表示那個ip機器可以使用該服務)
以oracle用戶登錄
如果前面root登錄下執行xdpyinfo後的name of display:後的字符串是127.0.0.1:1.0
那麼在該oracle用戶下執行一下export DISPLAY=:1.0
然後再執行xdpyinfo命令,如果能出現信息說明你已經成功了
這樣估計就可以解決linux下安裝oracle出現的xhost問題
3、電腦上下載安裝Xshell 5
4、選擇需要連接到哪一個Linux系統
5、輸入用於連接的用戶名和密碼
6、輸入用於連接的密碼
7、單擊這裡的確定,開始連接
8、連接成功
9、命令startx提示信息