Looks like you will need to add /sbin to your $PATH environment variable.
How you do this depends on the shell you're using (often it is in .cshrc,
.kshrc, .bashrc, or .profile).

Try `env | grep PATH` to see what directories will be checked.  Also, `which
insmod` or `whence insmod` will often tell you which directory it is calling
the command from.  This is helpfull if you've got a script you're running
from the directory you're in, but there is one with the same name somewhere
else and you're noticing that when you edit your script, it doesn't seem to
be running.

John

-----Original Message-----
From: lee johnson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 8:56 AM
To: [EMAIL PROTECTED]
Subject: commands


>

my commands aren't running from the directory they are in ie:
insmod

i must do
/sbin/insmod

is that normal for unix/linux?

or does this mean i'm missing some system wide file linking this
correctly......

lee
-----------




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to