LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   couldn't get to current directory (https://www.linuxquestions.org/questions/linux-newbie-8/couldn%27t-get-to-current-directory-258006/)

Paxmaster 11-22-2004 12:37 PM

couldn't get to current directory
 
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory

my .bashrc look like this


if [ "$TERM" = "linux" ]

then
#we're on the system console or maybe telnetting in
export PS1="\e[32;1m[Paxmaster>\t]\e[31;1m>"
else
#we're not on the console, assume an xterm
export PS1="\[\e]2;\u@\H\w\a\e[34;1m\]\u\[\e[34;m\]@\h:\[\e[33m\]\W\[\e[31;1m>"

fi

when ever i try to open aterm or others i the error that i have stated above


All times are GMT -5. The time now is 06:17 AM.