Find Kernel Extensions with kextfind
kextfind in macOS
I’m traveling on business today and tomorrow, so will mostly be working and blogging from my MacBook Pro – hence possibly a few macOS posts in the row. Today I’m taking a closer look at how kernel extensions are managed and where they can be found in macOS.
Finding all kernel extensions in macOS
kextfind is another cool utility from the kext* toolkit of standard macOS commands. Run without any parameters, it will show full path to every kernel extension on your system.
IMPORTANT: by default kextfind shows you all of the kernel extensions, not just the active ones.
Listing Loaded Kernel Extensions in macOS
If we just want to confirm what’s currently loaded and used by macOS kernel, then run kextfind with -loaded option. Naturally, it will be a shorter list:
That’s it today! Fascinating stuff – learning so much about inner workings of my day-to-day operating system.
See Also
- macOS
- How To: List Kernel Modules in macOS
- macOS commands
- macOS Catalina
- zsh in macOS Catalina
- Alfred 4 for macOS
kextfind in macOS
I’m traveling on business today and tomorrow, so will mostly be working and blogging from my MacBook Pro – hence possibly a few macOS posts in the row. Today I’m taking a closer look at how kernel extensions are managed and where they can be found in macOS.
Finding all kernel extensions in macOS
kextfind is another cool utility from the kext* toolkit of standard macOS commands. Run without any parameters, it will show full path to every kernel extension on your system.
IMPORTANT: by default kextfind shows you all of the kernel extensions, not just the active ones.
Listing Loaded Kernel Extensions in macOS
If we just want to confirm what’s currently loaded and used by macOS kernel, then run kextfind with -loaded option. Naturally, it will be a shorter list:
That’s it today! Fascinating stuff – learning so much about inner workings of my day-to-day operating system.
See Also
- macOS
- How To: List Kernel Modules in macOS
- macOS commands
- macOS Catalina
- zsh in macOS Catalina
- Alfred 4 for macOS