Results 1 to 4 of 4
hai,
when iam doing kernel programming and when iam trying to see the information of what modules are already loaded..
these command are not working.
lsmod
modinfo
insmod
when i ...
- 11-13-2006 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
problem with kernel commands
hai,
when iam doing kernel programming and when iam trying to see the information of what modules are already loaded..
these command are not working.
lsmod
modinfo
insmod
when i type these commands , it shows me command not found.
can anybody help me. pls
Thanx
- 11-14-2006 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
You must execute these commands as root.
Regards
- 11-15-2006 #3Not accurate.
Originally Posted by Franklin52
Try in /sbin/
If you want, you can add that directory to your $PATH variable.
Best Regards
- 11-15-2006 #4
True, but you do have to be root to use insmod (or modprobe or rmmod, for that matter).
I have sold my soul to the penguin


Reply With Quote
