LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What Programs Are Needed Under Redhat ? (https://www.linuxquestions.org/questions/linux-newbie-8/what-programs-are-needed-under-redhat-127397/)

krissly1 12-19-2003 06:31 PM

What Programs Are Needed Under Redhat ?
 
What programs are needed under Redahat 9.0 in order to do Modprobe, lsmod, insmod ?

win32sux 12-19-2003 06:37 PM

it should be able to do those out-of-the-box, as long as you are root...

krissly1 12-19-2003 06:59 PM

This is what I get

[root@localhost dad]# modprobe
bash: modprobe: command not found

Demonbane 12-19-2003 08:04 PM

They're located in /sbin and its not in the path when you 'su', by default in redhat.
Therefore either use 'su -' or invoke the command with the path, ie '/sbin/modprobe'

win32sux 12-19-2003 08:25 PM

to check what's in your path do a:

echo $PATH

to add "/sbin" if it's missing from that output just edit "/root/.bashrc"...

(i think it's .bashrc on redhat, i know it is on mandrake which is based on redhat...)

doublefailure 12-19-2003 09:09 PM

when u su
do 'su -'


All times are GMT -5. The time now is 02:13 AM.