You are here: Home Tech Notes Linux Ubuntu 8.04: Change Shells
Ubuntu 8.04: Change Shells PDF Print E-mail
User Rating: / 0
PoorBest 
Tech Notes - Linux
Written by Rick   
Thursday, 21 August 2008 00:00

Change the shell in Ubuntu Linux 8.04 (Hardy) is very easy.

Let's say you want to change from the default shell (dash) to bash. In the default installation /bin/sh is a symlink to /bin/dash. To change it simply execute the following command in a terminal (CLI);

ln -sf /bin/bash /bin/sh

If you want to change it back to dash, simply enter;

ln -sf /bin/dash /bin/sh

That's it...down 'n' dirty.

Comments (0)
Write comment
Your Contact Details:
Gravatar enabled
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):S
:!::?::idea::arrow:
Security
Please input the anti-spam code that you can read in the image.