Servis durdurma
service iptables stop
service mysql stop
service fail2ban stop
Servis aktif etme
service iptables start
service mysql start
service fail2ban start
Servis yeniden başlatma
service apache2 restart
service vesta restart
service mysql restart
Sistem açılışında çalışmasını engelleme
chkconfig:
chkconfig iptables off
chkconfig mysql off
systemctl:
systemctl enable mysqld.service
systemctl enable nginx.service
Linux
hakkında diğer konular