snippetbashTip
kmutil — Utility for managing kernel extensions (kexts) and kext collections on disk. More information: <http
Viewed 0 times
extensionscommandkmutilclimanagingforutilitykernel
macos
Problem
How to use the
kmutil command: Utility for managing kernel extensions (kexts) and kext collections on disk. More information: <https://keith.github.io/xcode-man-pages/kmutil.8.html>.Solution
kmutil — Utility for managing kernel extensions (kexts) and kext collections on disk. More information: <https://keith.github.io/xcode-man-pages/kmutil.8.html>.Find kexts available on the operating system:
kmutil findDisplay logging information about the Kernel Management sub-system:
kmutil logInspect and display a kext collection's contents according to the options provided:
kmutil inspect {{options}}Check the consistency of kext collections against each other:
kmutil checkDump kernelmanagerd state for debugging:
sudo kmutil dumpstateLoad one or more extensions based on the bundle specified at this path in the results:
kmutil load --bundle-path {{path/to/extension.kext}}Code Snippets
Find kexts available on the operating system
kmutil findDisplay logging information about the Kernel Management sub-system
kmutil logInspect and display a kext collection's contents according to the options provided
kmutil inspect {{options}}Check the consistency of kext collections against each other
kmutil checkDump kernelmanagerd state for debugging
sudo kmutil dumpstateContext
tldr-pages: osx/kmutil
Revisions (0)
No revisions yet.