I'm trying to telnet to an embedded Linux based device and I'm able to log in successfully using the root credentials. However, I'm not able to run many bash commands.
Commands like mv, cp, cd, ls, etc. are working, but commands like uname, df, install, etc. (even commands required for POSIX compliance!) don't seem to work. Can't seem to figure out what I'm missing.
# install 
-sh: install: not found
# uname -1
-sh: uname: not found
# ls
bin    etc    lib    opt    sbin   tmp    utils
dev    home   mnt    proc   sys    usr    var
 
     
    