+ -
当前位置:首页 → 问答吧 → 开机能进入登陆窗口,输入密码切进不了桌面了。

开机能进入登陆窗口,输入密码切进不了桌面了。

时间:2006-10-02

来源:互联网

开机能进入登陆窗口,输入密码切进不了桌面了。
昨天我也记不清楚是改了什么。。
我只记得昨天晚上睡之前一会,在console中输入任何原来的命令都说找不到。
比如。
#ls
#can't found ls

就是这样。。。
今天开机就进不了桌面了,但可以进到登陆窗口,(我用的KDE),我试着进了一个别的窗体去(xfce),也不行。。。
于是我进入F6控制台,准备还原一下xorg.conf试一下,看行不行,可是在控制台中仍然不能用命令。。。。。。。。。

高手帮帮忙。。


(还顺随问个问题,是不是~/.kde/Autostart下的所有sh文件开机进KDE桌面时都会自动运行这脚本文件?)

作者: style007   发布时间: 2006-10-02

echo $PATH,是不是没有设置阿。

作者: fredricktoy   发布时间: 2006-10-02

我想起来了。/


我是把~/.bash_profile原来的qt配置变量都删了。。。

to楼上。我现在都不能用命令。怎么echo啊?

5555

作者: style007   发布时间: 2006-10-03

你真衰...新版本出来的前一天装10.2

作者: 星辰幻影   发布时间: 2006-10-03

我的/etc/profile

代码:
# /etc/profile: This file contains system-wide defaults used by
# all Bourne (and related) shells.

# Set the values for some environment variables:
export MINICOM="-c on"
export MANPATH=/usr/local/man:/usr/man:/usr/X11R6/man
export HOSTNAME="`cat /etc/HOSTNAME`"
export LESSOPEN="|lesspipe.sh %s"
export LESS="-M"
export XMODIFIERS="@im=fcitx"

# If the user doesn't have a .inputrc, use the one in /etc.
if [ ! -r "$HOME/.inputrc" ]; then
 export INPUTRC=/etc/inputrc
fi

# Set the default system $PATH:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games"

# For root users, ensure that /usr/local/sbin, /usr/sbin, and /sbin are in
# the $PATH. Some means of connection don't add these by default (sshd comes
# to mind).
if [ "`id -u`" = "0" ]; then
 echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null
 if [ ! $? = 0 ]; then
 PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH
 fi
fi

# I had problems using 'eval tset' instead of 'TERM=', but you might want to 
# try it anyway. I think with the right /etc/termcap it would work great.
# eval `tset -sQ "$TERM"`
if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then
 TERM=linux
fi

# Set ksh93 visual editing mode:
if [ "$SHELL" = "/bin/ksh" ]; then
 VISUAL=emacs
# VISUAL=gmacs
# VISUAL=vi
fi

# Set a default shell prompt:
#PS1='`hostname`:`pwd`# '
if [ "$SHELL" = "/bin/pdksh" ]; then
 PS1='! $ '
elif [ "$SHELL" = "/bin/ksh" ]; then
 PS1='! ${PWD/#$HOME/~}$ '
elif [ "$SHELL" = "/bin/zsh" ]; then
 PS1='%n@%m:%~%# '
elif [ "$SHELL" = "/bin/ash" ]; then
 PS1='$ '
else
 PS1='\u@\h:\w\$ '
fi
PS2='> '
export PATH DISPLAY LESS TERM PS1 PS2

# Default umask. A umask of 022 prevents new files from being created group
# and world writable.
umask 022

# Set up the LS_COLORS and LS_OPTIONS environment variables for color ls:
if [ "$SHELL" = "/bin/zsh" ]; then
 eval `dircolors -z`
elif [ "$SHELL" = "/bin/ash" ]; then
 eval `dircolors -s`
else
 eval `dircolors -b`
fi

# Notify user of incoming mail. This can be overridden in the user's
# local startup file (~/.bash.login or whatever, depending on the shell)
if [ -x /usr/bin/biff ]; then
 biff y
fi

# Append any additional sh scripts found in /etc/profile.d/:
for profile_script in /etc/profile.d/*.sh ; do
 if [ -x $profile_script ]; then
 . $profile_script
 fi
done
unset profile_script

# For non-root users, add the current directory to the search path:
if [ ! "`id -u`" = "0" ]; then
 PATH="$PATH:."
fi
有什么问题吗?要怎么改啊

作者: style007   发布时间: 2006-10-04

你的PATH好像没问题。你进console mode有问题吗?可以cd吗?只是不可以ls?

作者: frenzy   发布时间: 2006-10-13

热门下载

更多