1と2のリビジョン間の差分
2018-12-03 12:14:50時点のリビジョン1
サイズ: 19
編集者: TakanoriKono
コメント:
2018-12-03 12:17:54時点のリビジョン2
サイズ: 437
編集者: TakanoriKono
コメント:
削除された箇所はこのように表示されます。 追加された箇所はこのように表示されます。
行 2: 行 2:

== サービス ==
SLC6等では以下のものを使えていた。
|| chkconfig || サービスの有効化、リスト ||
|| service || サービスの起動や停止 ||
新たにsystemctlコマンドが導入された。
|| systemctl enable sshd.service || サービスの登録 ||
|| systemctl status sshd || サービスのステータス ||
|| systemctl start sshd.service || サービスの起動 ||

Using CentOS7

サービス

SLC6等では以下のものを使えていた。

chkconfig

サービスの有効化、リスト

service

サービスの起動や停止

新たにsystemctlコマンドが導入された。

systemctl enable sshd.service

サービスの登録

systemctl status sshd

サービスのステータス

systemctl start sshd.service

サービスの起動

UsingCentOs7 (最終更新日時 2018-12-03 12:18:26 更新者 TakanoriKono)