Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 1997 22:24:59 +0200
From:      Mark Huizer <xaa@stack.nl>
To:        Nicole <nicole@mediacity.com>
Cc:        Brian Mitchell <brian@firehouse.net>, freebsd-security@FreeBSD.ORG
Subject:   Re: procfs hole
Message-ID:  <19970810222459.47701@xaa.stack.nl>
In-Reply-To: <Chameleon.871242709.work@blabgoo>; from Nicole on Sun, Aug 10, 1997 at 12:44:37PM -0800
References:  <Pine.NEB.3.96.970810052824.3287A-100000@apocalypse.saturn.net> <Chameleon.871242709.work@blabgoo>

next in thread | previous in thread | raw e-mail | index | archive | help
> ./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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970810222459.47701>