Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to stop vsftpd from starting?

Featured Replies

I'm trying to lock down my box a little more and I have no need for vsftpd to start. I know how to kill it but it's not in the go script so can I stop it from even starting?

I'm trying to lock down my box a little more and I have no need for vsftpd to start. I know how to kill it but it's not in the go script so can I stop it from even starting?

Do you see it in the process list?

ps -ef | grep ftp | grep -v grep

I see where it is configured in /etc/inetd.conf

 

You need to add two lines to your "go" script

One will comment out the line for the ftp service in the inetd.conf file, the other will ask the inetd process to re-read the file

 

The two lines to be added to the "go" script are:

sed -i "s/^ftp/#ftp/" /etc/inetd.conf

killall -s HUP inetd

 

Joe L.

  • Author

Would it be easier to just kill the process in the go script?

No, because it is not started until something attempts to connect to the port it is listening on.  It is started dynamically by the inet daemon process.  There usually is nothing running to kill unless an ftp is in progress.

 

Joe L.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.