Re: Where to put scripts

2007-03-14 Thread Jude DaShiell
That depends. At least two alternatives exist depending on the number of user accounts on the system and who is to have access. If access is to be system-wide, /usr/local/bin is the place for these scripts. If a single user or group of users is to have access, then /home/user/bin/ is proper.

Re: Where to put scripts

2007-03-06 Thread Dave Ewart
On Tuesday, 06.03.2007 at 14:45 -0300, José Pablo Fernández wrote: > On Tuesday 06 March 2007 14:41, Olafur Jens Sigurdsson wrote: > > I think /usr/local/bin would be the place to put them, but then > > someone who is privelaged to do so must take care of it. > > The problem with that is that in

Re: Where to put scripts

2007-03-06 Thread Roberto C. Sanchez
On Tue, Mar 06, 2007 at 02:45:14PM -0300, José Pablo Fernández wrote: > On Tuesday 06 March 2007 14:41, Olafur Jens Sigurdsson wrote: > > I think /usr/local/bin would be the place to put them, but then > > someone who is privelaged to do so must take care of it. > > The problem with that is that i

Re: Where to put scripts

2007-03-06 Thread José Pablo Fernández
On Tuesday 06 March 2007 14:41, Olafur Jens Sigurdsson wrote: > I think /usr/local/bin would be the place to put them, but then > someone who is privelaged to do so must take care of it. The problem with that is that in /usr/local I put any software installed form sources (and I've seen some nast

Re: Where to put scripts

2007-03-06 Thread Cédric Lucantis
Le mardi 6 mars 2007 18:10, José Pablo Fernández a écrit : > Hello, > we are creating lot's of little scripts on our servers, some in bash, some > in python and other languages may be picked as well. Currently we have a > mess, scripts all > over... /bin, /usr/bin, /usr/sbin, /usr/local/bin, /usr/l

Re: Where to put scripts

2007-03-06 Thread Roberto C. Sanchez
On Tue, Mar 06, 2007 at 05:41:03PM +, Olafur Jens Sigurdsson wrote: > > I think /usr/local/bin would be the place to put them, but then > someone who is privelaged to do so must take care of it. > I agree that /usr/local/bin is the best place (with maybe /usr/local/sbin for things designed fo

Re: Where to put scripts

2007-03-06 Thread Olafur Jens Sigurdsson
Þann 2007-03-06, 14:10:59 (-0300) skrifaði José Pablo Fernández: > Hello, > we are creating lot's of little scripts on our servers, some in bash, some in > python and other languages may be picked as well. Currently we have a mess, > scripts all > over... /bin, /usr/bin, /usr/sbin, /usr/local/bi

Re: Where to put scripts

2007-03-06 Thread Atis
On 3/6/07, José Pablo Fernández <[EMAIL PROTECTED]> wrote: Hello, we are creating lot's of little scripts on our servers, some in bash, some in python and other languages may be picked as well. Currently we have a mess, scripts all over... /bin, /usr/bin, /usr/sbin, /usr/local/bin, /usr/local/sbi

Where to put scripts

2007-03-06 Thread José Pablo Fernández
Hello, we are creating lot's of little scripts on our servers, some in bash, some in python and other languages may be picked as well. Currently we have a mess, scripts all over... /bin, /usr/bin, /usr/sbin, /usr/local/bin, /usr/local/sbin, /root/bin and even other weird locations (/usr/src/...