I typed something in Bashrc and I can not use commands like cp
, gedit
, ls
, etc. etc anymore.
The terminal give me a message like:
Command 'ls' is available in '/bin/ls'
The command could not be located because '/bin' is not included in the PATH environment variable.
ls: command not found
I tried to restore bashrc, but I need to use cp
and I can not use this command either:
Command 'cp' is available in '/bin/cp'
The command could not be located because '/bin' is not included in the PATH environment variable.
cp: command not found
What could I do? Thank you.
/bin/cp
? – bistoco Oct 22 '15 at 01:25