|
|
运行startx不成功:
root@xxxx:~# startx
bash: startx: command not found
然后:
root@xxxx:~# whereis startx
startx: /usr/X11R6/bin/startx /usr/bin/X11/startx
加上目录运行:
root@xxxx:~# /usr/X11R6/bin/startx
系统的出错信息:
/usr/X11R6/bin/startx: line 132: xauth: command not found
/usr/X11R6/bin/startx: line 133: xauth: command not found
/usr/X11R6/bin/startx: line 132: xauth: command not found
/usr/X11R6/bin/startx: line 133: xauth: command not found
/usr/X11R6/bin/startx: line 141: xinit: command not found
/usr/X11R6/bin/startx: line 144: xauth: command not found
是不是X.sh未起作用?
/etc/profile.d
/etc/profile.d/X.sh
的所有者是:root:root
权限是:0755
是不是pathappend未生效? |
|