させす技術メモ(自家用)

主にAnroid開発を行うSEの技術メモ。サーバ、iOSにも手を出していくよ。

CentOS7 コマンド備忘録

サーバ管理につかうコマンドをメモ
都度追記する


デーモン一覧

・firewalld : ファイアウォール
httpd : Webサーバ
sshd : SSH


systemctl

*デーモン操作(httpd, sshd etc..)

#systemctl start xxxx :開始

・stop :停止
・restart  :再起動
・status  :起動状態確認
・is-enabled :デーモン自動起動設定確認


その他コマンド

#ss -nat :ポートのListen状態を確認