Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkextunpack(8) [opendarwin man page]

MKEXTUNPACK(8)						    BSD System Manager's Manual 					    MKEXTUNPACK(8)

NAME
mkextunpack -- extracts the contents of a multikext (mkext) archive SYNOPSIS
mkextunpack [-v] [-d output_directory] mkext_file DESCRIPTION
The mkextunpack program list the contents of a multikext file, mkext_file, or unarchives the contents into output_directory (which must exist). The -v option causes mkextunpack to print the name if each kext as it finds them. DIAGNOSTICS
mkextunpack exits with a zero status upon success. Upon failure, it prints an error message and exits with a nonzero status. SEE ALSO
mkextcache(8) BUGS
The mkext file format doesn't record the original filenames of the kexts, so mkextunpack has to guess at what they are. It does this by using the value of the CFBundleExecutable property of the kext's info dictionary. (Project Builder sets this to the base name of the kext bundle by default, but the developer can change it.) If that property doesn't exist, the last component of the CFBundleIdentifier is used. Duplicates have an incrementing index appended to the name. Kexts that have no executable or CFBundleIdentifier are named ``NameUnknown-n.kext'', where n is a number. Darwin March 29, 2002 Darwin

Check Out this Related Man Page

MKEXTUNPACK(8)						    BSD System Manager's Manual 					    MKEXTUNPACK(8)

NAME
mkextunpack -- extract or list the contents of a multikext (mkext) archive SYNOPSIS
mkextunpack [-v] [-a arch] [-d output_directory] mkext_file DESCRIPTION
The mkextunpack program lists the contents of a multikext file, mkext_file, or unarchives the contents into output_directory (which must exist). The -v option causes mkextunpack to print the name if each kext as it finds them. DIAGNOSTICS
mkextunpack exits with a zero status upon success. Upon failure, it prints an error message and exits with a nonzero status. With a nonsegreated format 1 mkext file, wherein each kext may contain a universal binary, mkextunpack simply unpacks the contents. With an mkext file segregated by architecture (that is, with distinct internal archives of architecture-specific kexts), mkextunpack attempts by default to unpack or list kexts for the current machine's architecture. To choose a particular architecture to extract or list, use the -a option. There is no simple way to unpack a segregated mkext file into a set of kexts with universal binaries, but you can unpack each of its compo- nent architectures to separate directories for examination. SEE ALSO
kextcache(8) BUGS
Many single-letter options are inconsistent in meaning with (or directly contradictory to) the same letter options in other kext tools. For version 1 mkext files, note that the file format doesn't record the original filenames of the kexts, so mkextunpack has to guess at what they are. It does this by using the value of the CFBundleExecutable property of the kext's info dictionary (Project Builder sets this to the base name of the kext bundle by default, but the developer can change it). If that property doesn't exist, the last component of the CFBundleIdentifier is used. Duplicates have an incrementing index appended to the name. Kexts that have no CFBundleExecutable or CFBundleI- dentifier property are named ``NameUnknown-n.kext'', where n is a number. Darwin March 6, 2009 Darwin
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies