2
0

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 5 years have passed since last update.

Linuxコマンド

Last updated at Posted at 2020-01-05

※環境はCentOS7。

管理関連

  • セッションの切断
kill -9 <PID>

パッケージ関連

  • パッケージをリポジトリ内で検索
yum search <クエリー(パッケージ名)>
  • パッケージの更新
yum update

デーモン関連(.serviceは省略可)

  • デーモンの起動
systemctl start <デーモン名>
  • デーモンの状態確認
systemctl status <デーモン名>
systemctl is-active <デーモン名>

その他

  • コマンド(プログラム)のありか
which <コマンド名(プログラム名)>
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?