- CentOS7からサービスの管理ががらりと変わった。
systemctlコマンド†
NW関連†
一覧表示 | nmcli d | |
dns 追加 | nmcli connection modify eno16780032 ipv4.dns 192.168.11.1 | |
NW再起動 | systemctl restart NetworkManager | |
主要サービスの再起動†
SSHD | systemctl restart sshd.service |
httpd | systemctl restart httpd.service |
postgres | systemctl start postgresql.service |
サービスの確認†
サービスの有効化†
有効 | systemctl enable sshd.service |
無効 | systemctl disable sshd.service |
稼働中サービスの一覧†
systemctl list-units --type=service
自動起動の有無†
systemctl list-unit-files --type=service
firewall†
firewall-cmd --permanent --add-port=任意のポート/tcp
設定の確認†
firewall-cmd --list-all