GDB "Can't exec" Problem
Eric Newton x2092
enewton at uucp
Wed Apr 3 05:39:30 AEST 1991
> I am trying to run GDB-3.5 on SCO unix 3.2.2 and ever time I try and
> run a test program ("hello world" type) I get an error message back
> from GDB saying that permission is denied to exec /bin/sh.
Try:
$ su
Password:
# chmod uog+r /bin/sh
# exit
The normal permissions on /bin/sh leave it executable, but unreadable. Ick.
I have no idea what this will do to undermine security.
-Eric
--
Remember to mail to: uunet.uu.net!srg!enewton "The more you complain,
<or> newton at oswego.oswego.edu the longer God lets you
<or> enewton at cme.nist.gov live."
More information about the Comp.unix.sysv386
mailing list