On Tuesday 26 June 2001 22:38, [EMAIL PROTECTED] wrote: > How can I create a ftp-user ? > I know that the /bin/false shell is for non-shell users but I don't > know how to create a mail-only or ftp-only users. Do you know how ?
You create the link ftponly: ln -s /bin/ftponly /bin/false You add /bin/ftponly in /etc/shells. The "mail-only or ftp-only users" will have /bin/ftponly as their shell. JM