PATH

From Helpful
Revision as of 12:33, 12 January 2023 by Helpful (talk | contribs) (Created page with "{{stub}} When you run an executable, these are the directories/folders we look in. In windows, we implicitly also look in the current directory. In linux, we do not. It's c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

When you run an executable, these are the directories/folders we look in.

In windows, we implicitly also look in the current directory.

In linux, we do not. It's considered a potential security issue.