modprobe command is similar to insmod command as both the commands are used to insert module during runtime.
modprobe has addition advantages that it first checks the dependencies associated with the given module and if any dependency is there then it will load the dependent module first.
modprobe has addition advantages that it first checks the dependencies associated with the given module and if any dependency is there then it will load the dependent module first.
No comments:
Post a Comment