SSHD | systemctl restart sshd.service |
httpd | systemctl restart httpd.service |
postgres | systemctl start postgresql.service |
systemctl status httpd |
systemctl enable sshd.service |
systemctl list-units --type=service
firewall-cmd --permanent --add-port=任意のポート/tcp
firewall-cmd --list-all