monetization

Learn Linux: proftpd Cheatsheet

This is a cheatsheet of Linux commands for installing proftpd.

If you need a more detailed guide, check out: Installing and Configuring ftp with proftpd

Install proftpd:

apt-get install proftpd

Get proftpd version:

proftpd -v

Stop proftpd from running:

service proftpd stop

Start proftpd:

service proftpd start

Restart proftpd:

service proftpd restart

Proftpd configuration file:

/etc/proftpd/proftpd.conf


Enjoyed that? Check These Posts Out

Learn Linux: Environmental Variables Cheatsheet

Learn Linux: User Management with adduser, usermod and addgroup

Learning Linux: How To Find What Version Of Linux You're Running - Command uname and lsb_release

Learn Linux: How to Install and configure ftp with proftpd

...
monetization

Article Comments

Let us know your thoughts below by adding a quick comment!

Leave A Comment