systemctlコマンド

主要サービスの再起動

SSHDsystemctl restart sshd.service
httpdsystemctl restart httpd.service
postgressystemctl start postgresql.service

サービスの確認

systemctl status httpd

サービスの有効化

systemctl enable sshd.service

稼働中サービスの一覧

systemctl list-units --type=service

firewall

firewall-cmd --permanent --add-port=任意のポート/tcp

設定の確認

firewall-cmd --list-all

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS