Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete FTP user in ssh? [closed]

Tags:

ssh

centos

ftp

I am accessing dedicated server (centOS) through ssh. I have created few FTP accounts to give them temporary access to change files. Now I don't need it and I want to delete FTP user that I have created before through SSH.

I don't know the commands to delete FTP users. Please help me.

like image 688
aakash Avatar asked Feb 15 '13 04:02

aakash


1 Answers

userdel USERNAME

That should do the trick.

like image 83
Richard Hum Avatar answered Sep 28 '22 16:09

Richard Hum