logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

insmod.8 (311B)


  1. .Dd February 2, 2015
  2. .Dt INSMOD 8
  3. .Os ubase
  4. .Sh NAME
  5. .Nm insmod
  6. .Nd insert a module into the Linux kernel
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Ar filename
  10. .Op Ar args...
  11. .Sh DESCRIPTION
  12. .Nm
  13. inserts the module specified by
  14. .Ar filename
  15. into the kernel. It does not handle module dependencies.
  16. .Sh SEE ALSO
  17. .Xr lsmod 8 ,
  18. .Xr rmmod 8