Re: Standard place for Bash Scripts
From: Stephen R Laniel (steve_at_laniels.org)
Date: 09/30/05
- Previous message: michael: "Re: Standard place for Bash Scripts"
- In reply to: Scott Fitzgerald: "Standard place for Bash Scripts"
- Next in thread: Alvin Oga: "Re: Standard place for Bash Scripts"
- Reply: Alvin Oga: "Re: Standard place for Bash Scripts"
- Reply: John Hasler: "Re: Standard place for Bash Scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Sep 2005 08:35:38 -0400 To: Scott Fitzgerald <sfitz007@bestweb.net>
On Fri, Sep 30, 2005 at 07:47:14AM -0400, Scott Fitzgerald wrote:
> I was wondering if there was a standard place for bash scripts. A
> convention or "normal place" where they can be placed to be turned into a
> command, accessable to all users.
If you want them to be available to all users, I suspect the
canonical answer would be /usr/bin. See the man page for
hier(7). Everyone has /usr/bin in his or her path.
If, however, you only want it to be available to a specific
user, put it in that user's ${HOME}/bin, then put
${HOME}/bin in their $PATH.
-- Stephen R. Laniel steve@laniels.org +(617) 308-5571 http://laniels.org/ PGP key: http://laniels.org/slaniel.key
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: michael: "Re: Standard place for Bash Scripts"
- In reply to: Scott Fitzgerald: "Standard place for Bash Scripts"
- Next in thread: Alvin Oga: "Re: Standard place for Bash Scripts"
- Reply: Alvin Oga: "Re: Standard place for Bash Scripts"
- Reply: John Hasler: "Re: Standard place for Bash Scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|