1. 概要 FTP サーバも、SSH サーバと同様、インストールされており、有効化されていないだけなので、有効化すればすぐに起動できます。 本項、以下、root ユーザで・・・。 2. 有効化・起動 有効化するには systemctl enable ftpd 起動するには systemctl start ftpd 以下、「MATE」で実際にやってみました。
systemctl enable ftpd
systemctl start ftpd