26 Şubat 2018 14:15

Muslu Y.

Linux

Linux servis durdurma, aktif etme, açılışta çalışmasını engelleme

Anasayfa

Linux

Linux servis durdurma, aktif etme, açılışta çalışm...

Servis durdurma

service iptables stopservice mysql stopservice fail2ban stop

 

 Servis aktif etme

service iptables startservice mysql startservice fail2ban start

 

Servis yeniden başlatma

service apache2 restartservice vesta restartservice mysql restart 

 

 

Sistem açılışında çalışmasını engelleme

chkconfig:

chkconfig iptables offchkconfig mysql off

 

systemctl:

systemctl enable mysqld.service

systemctl enable nginx.service
 

Linux

hakkında diğer konular

Makdos Bilişim Teknolojileri 2015 - 2025