Koozali.org: home of the SME Server

User Shell Access

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
User Shell Access
« 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?
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
User Shell Access
« Reply #1 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
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
User Shell Access
« Reply #2 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 ~]#
Regards,
William

IF I give advise.. It's only if it was me....