Re: Users executing perl scripts

2003-12-17 Thread drieux
On Dec 17, 2003, at 6:20 AM, Paul Kraus wrote: [..] Create a symbolic link in usr/local/bin with the filename you want them to use. Of the group, paul's is the most pragmatic, IMMHO, since this can be done in the classical ln -s /opt/WidgetSnack/bin/fooBar.pl /usr/local/bin/fooBar for each of the

RE: Users executing perl scripts

2003-12-17 Thread Paul Kraus
Create a symbolic link in usr/local/bin with the filename you want them to use. > -Original Message- > From: Hemond, Steve [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 9:11 AM > To: [EMAIL PROTECTED] > Subject: Users executing perl scripts > > > Hi people, > > I have

Re: Users executing perl scripts

2003-12-17 Thread James Edward Gray II
On Dec 17, 2003, at 8:10 AM, Hemond, Steve wrote: Hi people, I have finished some little perl scripts that gives basic infos to my users. I want to make these perl scripts available to all users (so I would probably put them in /usr/local/bin). However, my perl scripts has the .pl extension, and

RE: Users executing perl scripts

2003-12-17 Thread Steven Kreuzer
Create symlinks to the perl scripts and place the links into a directory in their $PATH Example: $ ln -s /usr/bin/scripts/somescript.pl /bin/somescript Steven Kreuzer Linux Systems Administrator Etagon, Inc W: 646.728.0656 F: 646.728.0607 E: [EMAIL PROTECTED] -Original Message- From: H