Talk:Linux Shell Environment Path: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 May 2025

  • curprev 07:3607:36, 14 May 2025 Littleguy talk contribs 1,924 bytes +1,924 Created page with "The current path environmental variable can be viewed echo $PATH capital letters on PATH. Want to know if a command is in $PATH? which command Need to add a directory path to the shell path statement for your own scripts? * Per user shell vi ~/.profile Look for the line with a comment about "set PATH so it includes user's private bin directories" and add your custom path in there like this: ( added /myscripts to the path ) PATH="$HOME/bin:$HOME/.local/bin:/myscript..."