Re: path

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Snyder, Alexander J via PLUG-discuss
Date:  
To: Main PLUG discussion list
CC: Snyder, Alexander J
Subject: Re: path
Type: echo "$PATH"

to view the folders in your user path. Root will have a different PATH.

You can add to it by typing:

export PATH="$PATH:/your/new/directory"

To append to the end.

Put that at the bottom of your "~/.bashrc" file.

Thanks,
Alexander.

Sent from my Samsung S20+ 5G

On Wed, Sep 8, 2021, 10:32 Michael via PLUG-discuss <
> wrote:

> What directory is in the path that is also accessible by the user?
>
>
> --
> :-)~MIKE~(-:
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss