안녕하세요. 리눅스 초보입니다.
리눅스 서버에서 처음으로 텔넷 접속을 하면
다음과 같은 에러현상이 나타나고 있습니다.
cd /bin 하구서는 이곳의 디렉토리에서는 명령어가 먹히는데,
다른 곳에서는 명령어가 먹히지 않고 있습니다.
또한 이곳에서만 su - 명령어가 먹히며 루트권한일때는
모든 명령어가 모든 디렉토리에서 먹힙니다.
원인을 알고 싶습니다.
==============================================================
login: abcde
Password:
Last login: Tue Feb 20 10:09:24 from ***.***.***.***
bash: dircolors: command not found
bash: tty: command not found
[: -eq: unary operator expected
[abcde@ns1 abcde]$ ls
bash: ls: command not found
[abcde@ns1 abcde]$ ls -al
bash: ls: command not found
==============================================================