From owner-freebsd-security Sun Aug 10 13:25:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA12469 for security-outgoing; Sun, 10 Aug 1997 13:25:35 -0700 (PDT) Received: from terra.stack.nl (terra.stack.nl [131.155.140.128]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12459 for ; Sun, 10 Aug 1997 13:25:31 -0700 (PDT) Received: from xaa.stack.nl (uucp@localhost) by terra.stack.nl (8.8.7) with UUCP id WAA26745; Sun, 10 Aug 1997 22:25:23 +0200 (MET DST) Received: (from freebsd@localhost) by xaa.stack.nl (8.8.7/8.8.2) id WAA01659; Sun, 10 Aug 1997 22:24:59 +0200 (MET DST) Message-ID: <19970810222459.47701@xaa.stack.nl> Date: Sun, 10 Aug 1997 22:24:59 +0200 From: Mark Huizer To: Nicole Cc: Brian Mitchell , freebsd-security@FreeBSD.ORG Subject: Re: procfs hole References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Nicole on Sun, Aug 10, 1997 at 12:44:37PM -0800 Sender: owner-freebsd-security@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > ./h.sh: /bin: permission denied > ./h.sh: /bin: permission denied > u_char: not found > ./h.sh: 15: Syntax error: word unexpected (expecting ")") > > What stupidly obvious thing am I missing... > Basically that it's not a shell script but c-code, so you gotta compile it first and run the resulting executable. save it as someting (bla.c), then type 'make bla' in that dir and run it with ./bla USERNAME Mark