Re: Standard place for Bash Scripts

From: John Hasler (jhasler_at_debian.org)
Date: 09/30/05

  • Next message: Hugo Vanwoerkom: "Re: Storing whole sarge disto on a HD partition?"
    To: debian-user@lists.debian.org
    Date: Fri, 30 Sep 2005 10:31:42 -0500
    
    

    Stephen R. Laniel writes:
    > If you want them to be available to all users, I suspect the canonical
    > answer would be /usr/bin.

    Don't put local software in /usr/bin. It may collide with something
    installed by the package manager. Put it in /usr/local/bin. That's what
    it's for (except on BSD).

    -- 
    John Hasler
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Hugo Vanwoerkom: "Re: Storing whole sarge disto on a HD partition?"