BOOT(8) - System Manager’s Manual (alpha) # BOOT(8) - System Manager’s Manual (alpha)
NAME # boot, boot.conf - alpha-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_alpha(8), this program is loaded by the SRM firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for alpha systems, providing a common interface for the kernel to start from.
...
Gzip,
Biosboot,
Installboot,
Fdisk,
Boot_config,
Ddb,
Pxeboot,
Boot_amd64,
Softraid,
Reboot,
Autoconf,
Boot BOOT(8) - System Manager’s Manual (amd64) # BOOT(8) - System Manager’s Manual (amd64)
NAME # boot, boot.conf - amd64-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the pitfalls of the PC BIOS architecture.
As described in boot_amd64(8), this program is loaded by the biosboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for PC systems, providing a common interface for the kernel to start from.
...
BOOT(8) - System Manager’s Manual (hppa) # BOOT(8) - System Manager’s Manual (hppa)
NAME # boot, boot.conf - hppa-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware.
As described in boot_hppa(8), this program is loaded by the PDC firmware and provides a convenient way to load the kernel.
Basic operations include:
Loading kernels from any device supported by your system.
...
Gzip,
Biosboot,
Installboot,
Boot_i386,
Fdisk,
Boot_config,
Ddb,
Pxeboot,
Softraid,
Reboot,
Autoconf,
Boot BOOT(8) - System Manager’s Manual (i386) # BOOT(8) - System Manager’s Manual (i386)
NAME # boot, boot.conf - i386-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the pitfalls of the PC BIOS architecture.
As described in boot_i386(8), this program is loaded by the biosboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for PC systems, providing a common interface for the kernel to start from.
...
BOOT(8) - System Manager’s Manual (landisk) # BOOT(8) - System Manager’s Manual (landisk)
NAME # boot, boot.conf - landisk-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel from the root file system of the machine.
This program is loaded by the xxboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for landisk systems, providing a common interface for the kernel to start from.
...
BOOT(8) - System Manager’s Manual (macppc) # BOOT(8) - System Manager’s Manual (macppc)
NAME # boot, boot.conf - macppc-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_macppc(8), this program is loaded by the firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for macppc systems, providing a common interface for the kernel to start from.
...
COMPRESS(1) - General Commands Manual # COMPRESS(1) - General Commands Manual
NAME # compress, uncompress, zcat - compress and expand data (compress mode)
SYNOPSIS # compress [-123456789cdfghlNnOqrtv] [-b bits] [-o filename] [-S suffix] [file …]
uncompress [-cfhlNnqrtv] [-o filename] [file …]
zcat [-fghqr] [file …]
DESCRIPTION # The compress utility reduces the size of the named files using adaptive Lempel-Ziv coding, in compress mode. If invoked as compress -g, the deflate mode of compression is chosen; see gzip(1) for more information.
...
GREP(1) - General Commands Manual # GREP(1) - General Commands Manual
NAME # grep, egrep, fgrep, zgrep, zegrep, zfgrep - file pattern searcher
SYNOPSIS # grep [-abcEFGHhIiLlnoqRsUVvwxZ] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [-m num] [–binary-files=value] [–context[=num]] [–label=name] [–line-buffered] [–null] [pattern] [file …]
DESCRIPTION # The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing newline.
...
GZEXE(1) - General Commands Manual # GZEXE(1) - General Commands Manual
NAME # gzexe - create auto-decompressing executables
SYNOPSIS # gzexe [-d] file …
DESCRIPTION # The 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.
...
GZIP(1) - General Commands Manual # GZIP(1) - General Commands Manual
NAME # gzip, gunzip, gzcat - compress and expand data (deflate mode)
SYNOPSIS # gzip [-123456789cdfhkLlNnOqrtVv] [-b bits] [-o filename] [-S suffix] [file …]
gunzip [-cfhkLlNnqrtVv] [-o filename] [file …]
gzcat [-fhqr] [file …]
DESCRIPTION # The gzip utility reduces the size of the named files using adaptive Lempel-Ziv coding, in deflate mode. If invoked as gzip -O, the compress mode of compression is chosen; see compress(1) for more information.
...