I'm running Raspbian on a B+ and encountering the following issues.
1) Several basic linux tools don't want to run:
~> top
-bash: /usr/bin/top: cannot execute binary file
# mtr yahoo.com
-su: /usr/bin/mtr: cannot execute binary file
(Note the second example is as root to rule out a perms issue.)
2) I can 'su' to root, but if I try to 'su -l' I get the following:
~> su -l
Password:
-su: $'\355\201': command not found
root@raspberrypi:~#
(As you can see, I do get root, but what's that error? I've checked my .bashrc file and .bash_alias and can't find that 355/201 reference. In fact I've grepped my / directory and can't find 355 at all, so I'm stumped.)