Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: william_syd on September 01, 2006, 02:24:05 PM

Title: User Shell Access
Post by: william_syd on September 01, 2006, 02:24:05 PM
I'm sure I've read this somewhere but search is failing me at the moment.

What shells are available to users?

How do I change them via the accounts db?
Title: User Shell Access
Post by: william_syd on September 01, 2006, 02:33:31 PM
Found part of my answer on Page 60 of the developer manual..

Quote
db accounts setprop joe Shell /bin/bash
Title: User Shell Access
Post by: william_syd on September 02, 2006, 06:54:50 AM
Found the rest of my answer...
Code: [Select]
[root@vmsme ~]# chsh --list-shells
/bin/bash
/bin/bash2
/sbin/e-smith/console
/bin/csh
/bin/false
/usr/bin/rssh
/bin/sh
[root@vmsme ~]#