why i can't use insmod and rmmod in red hat linux 9?

zhutiger

新手上路
注册
2002-08-22
消息
294
荣誉分数
0
声望点数
0
It doesn't list in my /bin? Anyone knows how can I install it ?
Thanks in advance!

[root@modemcable083 c]# gcc -c hello.c
[root@modemcable083 c]# ls
hello.c hello.o
[root@modemcable083 c]# insmod hello.o
bash: insmod: command not found
[root@modemcable083 c]# lsmod
bash: lsmod: command not found
[root@modemcable083 c]# rmmod
bash: rmmod: command not found
 
You might want to try /sbin/insmod and /sbin/rmmod
 
后退
顶部