icon Top 9 categories map      RocketAware >

gzexe(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others






GZEXE(1)                                                 GZEXE(1)


NAME
       gzexe - compress executable files in place



SYNOPSIS
       gzexe [ name ...  ]

DESCRIPTION
       The  gzexe  utility  allows you to compress executables in
       place and have them automatically uncompress  and  execute
       when  you  run  them  (at  a penalty in performance).  For
       example if you execute ``gzexe /bin/cat'' it  will  create
       the following two files:
           -r-xr-xr-x  1 root  bin   9644 Feb 11 11:16 /bin/cat
           -r-xr-xr-x  1 bin   bin  24576 Nov 23 13:21 /bin/cat~
       /bin/cat~  is  the original file and /bin/cat is the self-
       uncompressing executable file.  You can  remove  /bin/cat~
       once you are sure that /bin/cat works properly.

       This  utility  is  most  useful on systems with very small
       disks.

OPTIONS
       -d     Decompress the given executables  instead  of  com-
              pressing them.

SEE ALSO
       gzip(1), znew(1), zmore(1), zcmp(1), zforce(1)

CAVEATS
       The compressed executable is a shell script. This may cre-
       ate some security holes.  In  particular,  the  compressed
       executable relies on the PATH environment variable to find
       gzip and some other utilities (tail, chmod, ln, sleep).

BUGS
       gzexe attempts to retain the original file  attributes  on
       the  compressed  executable,  but you may have to fix them
       manually in some cases, using chmod or chown.



















                                                                1



Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
GNU Sources for gzexe(1) (at FreeBSD cvsweb)
GNU sources for gzexe(1) (at OpenBSD cvsweb)


[Overview Topics]

Up to: Data Compression


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > gzexe.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments