nearly, it was "echo $PATH" , not "echo #PATH"
and "echo /usr/bin/*" not "/echo /usr/bin*"
so it looks like all the commands exist but maybe your PATH is trashed.
Try
if "echo $PATH" does not print anything then try...
Code:
PATH=/bin:/usr/bin
export PATH