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
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