The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 11-13-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
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
Reply With Quote