为什么TELNET 上去会是这样?

为什么TELNET 上去会是这样?

[root@localhost root]# telnet 103.10.10.10
Trying 103.10.10.10...
Connected to 103.10.10.10
Escape character is '^]'.

                         *******************
                         Welcome to Titanium
                         *******************
                                             
GlobespanVirata Inc., Software Release VIK-1.38.030331e8
Copyright (c) 2001-2002 by GlobespanVirata, Inc.
                                                
login: root
password:
Login Successful
$dir
Error: Invalid command
$ls
Error: Invalid command
$cd /usr/bin
Error: Invalid command
$


什么命令都用不了,WHY?
try these commands:
pwd
echo $PATH
如果不用root登陆,而用su呢?
为了安全起见root默认不能远程登录。要改/etc/securetty,加一行pts/0试试
远程登录系统后,
$PATH没有正确设置。
导致这些命令无法找到。
重新检查,并设置一下。