Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

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

Linux PATH環境変数

Posted at

【Linux PATH環境変数】

PATH環境変数

PATH環境変数とは、使用したいコマンドのパスを保持する変数

コマンドを実行するとPATH環境変数に登録された場所をもとに検索、ファイルが該当すると実行される。

・whichコマンド

指定されたコマンドがどのディレクトリに格納されているか、PATH環境変数で指定されたディレクトリパスをもとに探す
→指定されたコマンドは、完全パスで表示

・findコマンド

特定のディレクトリを指定し、ファイルやディレクトリを探す
→PATH環境変数に指定されたディレクトリ以外にあるコマンドを探すことも可能

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

Qiita Conference 2025 will be held!: 4/23(wed) - 4/25(Fri)

Qiita Conference is the largest tech conference in Qiita!

Keynote Speaker

ymrl、Masanobu Naruse, Takeshi Kano, Junichi Ito, uhyo, Hiroshi Tokumaru, MinoDriven, Minorun, Hiroyuki Sakuraba, tenntenn, drken, konifar

View event details
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?