• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

is it possible to change the default shell in Ubuntu?

NTB

Diamond Member
I've already downloaded and installed (via aptitude) ksh; I was just wondering if I could get Terminal to automatically default to this when it starts rather than dash, which is what ubuntu normally comes with.

Nathan
 
chsh <username> <shell path>

If that doesn't work, you can edit the line in /etc/passwd corresponding to the user for which you wish to change the shell. The last field is the login shell for the user. Make sure you make a backup though first. 😉
 
Back
Top