|
Hi,
if you don't have $PATH in your env variable, the shell won't be able to find the exact location of any command you enter at the command prompt.
To get a lost $PATH var, you can simply copy another user's $PATH to your ~/.bash_profile, assuming you use bash shell.
|