Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Free Knowledge Base- The DUCK Project. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:36, 14 May 2025 Littleguy talk contribs created page Talk:Linux Shell Environment Path (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...")