Quote:
Originally posted by mentat
Can you send the results of these commands? (The last 1 or two might fail)
"cd /usr"
"pwd"
"cd local"
"pwd"
"cd etc"
"pwd"
|
cd /usr
root@ttyp0[usr]#
pwd
/usr
cd local
pwd
/usr/local
cd etc
bash: cd: etc: No such file or directory
Hope this makes sense to you

-Jay