A question from my email bag – How do you find out all drivers loaded by FreeBSD kernel?
{ 0 comments }
A question from my email bag – How do you find out all drivers loaded by FreeBSD kernel?
{ 0 comments }
FreeBSD comes with kldstat command. The kldstat utility or command displays the status of any files dynamically linked into the kernel. And the kldunload utility unloads a file which was previously loaded with lldload command. You can use kldunload command as follows. Unload a file from the kernel First login as a root user (use [...]
{ 2 comments }