Query: gzexe
OS: osx
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GZEXE(1) BSD General Commands Manual GZEXE(1)NAMEgzexe -- create auto-decompressing executablesSYNOPSISgzexe [-d] file ...DESCRIPTIONThe gzexe utility uses gzip(1) to compress executables, producing executables that decompress on-the-fly when executed. This saves disk space, at the cost of slower execution times. The original executables are saved by copying each of them to a file with the same name with a '~' suffix appended. After verifying that the compressed executables work as expected, the backup files can be removed. The options are as follows: -d Decompress executables previously compressed by gzexe. The gzexe program refuses to compress non-regular or non-executable files, files with a setuid or setgid bit set, files that are already com- pressed using gzexe or programs it needs to perform on-the-fly decompression: sh(1), mktemp(1), rm(1), echo(1), tail(1), gzip(1), and chmod(1).SEE ALSOgzip(1)CAVEATSThe gzexe utility replaces files by overwriting them with the generated compressed executable. To be able to do this, it is required that the original files are writable.BSDJanuary 26, 2007 BSD
Related Man Pages |
---|
gzexe(1) - mojave |
gzexe(1) - centos |
gzexe(1) - freebsd |
gzexe(1) - php |
gzexe(1) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Killing a stubborn process... |
Rename files on the fly |
Compare two executables |
Security issue and temp files |
Failed to use find-tar-gzip together |