Ubunut1204 recovery
2014-11-22
###Ubunut 12.04 recovery###
- Changing/ editing the file /etc/environment has a huge problem after a reboot in Ubuntu.
- Added the environment variables for ncl language in /etc/environment as
export NCARG_ROOT=/usr/local/ncl-6.2.1; export PATH=$NCARG_ROOT/bin:$PATH
. - Which resultant in the problematic reboot of the system. The system gets instead of into login page, gets flickering command log. By reboot went inside of command line and there no system command like
ls
orsudo
was not working and indicating no /bin folder in PATH environment. - Moreover, the command line is populated with info of
KEYPAD ID some thing...
with no room for entering anything. Using the commandsudo nano /etc/environment
and removed those lines added for ncl language and then saved. For running the sudo and nano its respective folder has to be entered to over come the no /bin PATH error.