How To Remove Services from Debian Server Init Script
Example i want to remove wuftpd services from all debian init script level.
Here is the simple steps to remove it :
Login into the server with root access.
#cd /etc/init.d
#update-rc.d -f wuftpd remove
Above command will simply remove wuftpd from all debian init script level.
Recent blog posts |
Recent comments
|
Comments
Post new comment