Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-19 Thread Frank Swarbrick
ct: Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error On 2020-11-18, at 10:16:41, Frank Swarbrick wrote: > > Can you explain the difference between executing a script that executes the > program, which requires this, while running the program

Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Paul Gilmartin
On 2020-11-18, at 10:16:41, Frank Swarbrick wrote: > > Can you explain the difference between executing a script that executes the > program, which requires this, while running the program directly (with a > fully qualified path) does not? > I can hardly imagine a case where a program with a

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Kirk Wolf
On Wed, Nov 18, 2020 at 11:16 AM Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > Yep. Thanks. > > Can you explain the difference between executing a script that executes > the program, which requires this, while running the program directly (with > a fully qualified path) does not? > >

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Frank Swarbrick
: Wednesday, November 18, 2020 10:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error You need directory search (x) permission for every directory in the path in order to acc

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Kirk Wolf
ipt, but hey. > > > From: MVS OpenEdition on behalf of Pommier, Rex < > rpomm...@sfgmembers.com> > Sent: Tuesday, November 17, 2020 12:47 PM > To: mvs...@vm.marist.edu > Subject: Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my > sh

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Frank Swarbrick
rick Sent: Tuesday, November 17, 2020 4:24 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error OK, issue resolved. I not only had to set the read and execute bits on the program its

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Paul Gilmartin
On Wed, 18 Nov 2020 13:36:26 +, Seymour J Metz wrote: >Did you need the read bit on the entire path, or only the execute bit? > It should depend on whether the path involves a wildcard expansion. And /path/to/script requires execute permission on script; sh /path/to/script does not. -- gil

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-18 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error OK, issue resolved. I not only had to set the read and execute bits on the program itself (curl), but also on the entire directory path. Not

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Frank Swarbrick
OpenEdition on behalf of Pommier, Rex Sent: Tuesday, November 17, 2020 12:47 PM To: mvs...@vm.marist.edu Subject: Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error Except Frank said the other user could run curl directly, just