1
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.

Linux - systemctl サブコマンド一覧

Last updated at Posted at 2019-09-04

unit一覧表示するのって何だっけ?とたまに忘れてしまうのでこの際一覧として書いておく。

基本的なサブコマンド

  • start - サービスを起動する
  • stop - サービスを終了する
  • restart - サービスを再起動する
  • reload - サービスの設定を再読込みする
  • status - サービスの稼働状態を表示する
  • is-active - サービスが稼働しているか確認する
  • is-enabled - サービスが自動起動が有効かどうか確認する
  • enable - システム起動時にサービスを自動起動する
  • disable - システム起動時にサービスを自動起動しない
  • list-unit-files - 全てのunitを表示する
  • reboot - システムを再起動する
  • poweroff - システムをシャットダウンする

メモ

is-activeとis-enabledってどっちもstatusで事足りるような気がする。わざわざ使うことあるのかな、、、?

1
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
1
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?