Answer the question
In order to leave comments, you need to log in
How to manage ProFTPd users?
Hello.
There is a need to create users in the system without shell access. Solved by specifying the /bin/false shell when creating in useradd with the -s switch
/usr/sbin/useradd -s /bin/false -m -d /home/sockets/socket1/server socket1
Answer the question
In order to leave comments, you need to log in
man usermod
-L, --lock lock account
-U, --unlock unlock account
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question