Am Mo, den 21.02.2005 schrieb Michiel van Es um 15:46:
when I use useradd of adduser in CentOS 3 or 4, the default shell a user gets /bin/bash. I want this to be changed to /bin/false for security reasons... How can I accomplish this?
useradd --help --> -s Shell
So just use that parameter like "-s /bin/false".
Alexander