0
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 1 year has passed since last update.

/bin、/usr/bin、/usr/local/bin、~/binの用途

Last updated at Posted at 2023-11-02

/bin
ランレベルがシングルユーザーモードで使用するプログラムの格納

/usr/bin
ランレベルがシングルユーザーモードで利用しないプログラムかつ、
rpmなどのパッケージ管理ソフトで管理されているプログラムの格納

/usr/local/bin
ランレベルがシングルユーザモードで利用しないプログラムかつ、
rpmなどのパッケージ管理ソフトで管理されないプログラムの格納
※つまり自分でrpmパッケージをパッケージ管理ソフトを使わず展開した場合などはこちらに格納しておくのが一般的

~/bin
システム全体ではなく、あるユーザーが使うだけのプログラムはこのディレクトリに格納

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