사용하면서 필요한 것들을 계속 정리 한다.

 

1. 방화벽

시작 systemctl start firewalld

중지 systemctl stop firewalld

리부팅시 실행 systemctl enable firewalld

리부팅시 실행 하지 않음 systemctl disable firewalld

 

2. mariadb

시작 systemctl start mariadb

중지 systemctl stop mariadb

 

3. 시작모드 변경

확인 systemctl get-default

변경(console) systemctl set-default multi-user.target

변경(gui) systemctl set-default graphical.target

+ Recent posts