RSSAmplifier

Hugues Blog · Oct 8, 2024

Modern PATH environment variable

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

The PATH environment variable is read by the shell or libc to find and execute programs, this is how the shell can find /bin/ls when ls is typed in a terminal. Shrink it On Debian based desktop systems the default PATH variable look like this: PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games Much of this is not really necessary. First, on modern…

Read on /posts/env-path/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.