Click to See Complete Forum and Search --> : redhat 7.0 ?
asymblor
01-29-2001, 04:21 PM
I just switched from Mandrake 7.0 to Redhat 7.0. When I go to use commands using Redhat like lspci or modprobe as root it says command not found. I did a workstation install. The man pages are available, just not the use of the commands. Any help would be appreciated 8-)
asymblor
freaker
01-29-2001, 05:11 PM
maybe they aren't in your path...
maybe /sbin/modprobe
try :
>whereis modprobe
freaker
asymblor
01-29-2001, 05:52 PM
Thanx freaker 8-) that got me working! Now how do I set it up so that everytime I want to run one of the /sbin programs I dont have to type in /sbin/<whatever> like in mandrake?
I know that i can make a symbolic link for
ex:
ln -s /sbin/clock clock
but is this wise or should I say is this how they did it in mandrake 7.0? or is there a better way to do this? or perhaps am I just lazy and should just type /sbin/<etc> when I want to issue these commands?
Thanks,
asymblor