if you are not able to enter into the .bashrc file and commands like 'ls' and 'vi' are not working
and you are getting some error like this: command couldnot be located because '/bin' is not included in the PATH environment variable
then type this :
export PATH=/usr/bin:/bin
problem will be sorted out
and you are getting some error like this: command couldnot be located because '/bin' is not included in the PATH environment variable
then type this :
export PATH=/usr/bin:/bin
problem will be sorted out
No comments:
Post a Comment