I edited the .profile file to add a new PATH. I believe I set it wrong such that most commands become unavailable. Since I can't use ls or vi commands to edit .profile again, any idea how I can correct the error? Thanks!

link|improve this question

75% accept rate
feedback

migrated from stackoverflow.com Jun 18 '10 at 8:10

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

This seems more like a superuser.com question. Anyway, I would try to fix it by using the full path of vi to edit your .profile.

/usr/bin/vi /home/username/.profile
link|improve this answer
feedback

You can search for vi executable and run it directly. It is usually /usr/bin/vi

link|improve this answer
feedback

You can also rename the .profile and relogon to get defaults back.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.