From: Frank T Lofaro <fl0p+@andrew.cmu.edu> Subject: Re: The dangers of playing with shared libraries Date: Wed, 14 Apr 1993 15:58:08 -0400
cat executable > copy
does not make copy executable.
You'll need cp (or chmod) to make executable copies.