3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntuのサービスに関するよく使うコマンドまとめ

Posted at

環境

Ubuntu 16.04.5 LTS

まとめ

サービスの稼働状況の一覧を表示する

service --status-all

特定のサービスの稼働状況を、ピンポイントで表示する

service --status-all | grep ssh

サービスを再起動する

service ssh restart

サービスを停止する

service ssh stop

サービスを開始する

service ssh start
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?