While managing the users of a server, how to delete a virtual user in Debian ? It may be sometimes usefull to remove a user and adding a new one with different permissions.
Use the following command within your SSH access :
ftpasswd --passwd --delete-user --name=UserName
Note: Commissions may be earned from the links above.
This page contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our advertising policy, please visit this page.
Sometimes we need to remove a module that was not working correctly or that was generating several issues, slowing the functionning of the server.
To ...