May 2017
Beginner
552 pages
28h 47m
English
The systemctl command enables and disables services. The syntax is as follows:
systemctl enable SERVICENAME
Alternatively, it can also be as follows:
systemctl disable SERVICENAME
To disable an FTP server, use the following command:
# systemctl disable ftp