Lum7671's Weblog

kubuntu 8.04 (64-bit) CD :-)

Posted in Linux by lum7671 on 2008/05/28
I am very happy because of the kubuntu 8.04 (64-bit) CD was arrived today. :-)

Powered by ScribeFire.

#1

#2

#3

#4

Zemanta Pixie

ubuntu / chsh / change shell

Posted in Linux by lum7671 on 2008/05/21
chsh is change login shell program.
it’s contained in passwd package.

it’s used like this:

$ cat /etc/passwd
...
x:x:1000:1000:Doo-Hyun Jang,,,:/home/x:/bin/bash

$ chsh
Password:
Changing the login shell for x
Enter the new value, or press ENTER for the default
Login Shell [/bin/bash]: /usr/bin/zsh

$ cat /etc/passwd
...
x:x:1000:1000:Doo-Hyun Jang,,,:/home/x:/usr/bin/zsh

Zemanta Pixie