Try
locate kmodstat
However, I don't have that command on my 10.2.4 system either.
"Deprecated: Mac OS X < 10.2.x"
(see http://www.hmug.org/man/8/kmodstat.html)
However, if you are not able to find other commands, be sure that the PATH environment variable includes the path to the command you are interested in
try
setenv
(to see existing env vars)
and
man setenv
(unfortunately, this dumps you into 'man tcsh' and you have to scroll or search to find the setenv description:
setenv [name [value]]
Without arguments, prints the names and values of
all environment variables. Given name, sets the
environment variable name to value or, without
value, to the null string.
so
setenv PATH /path/to/kmodstat:$PATH
Good Luck!
Peter
-------------
Peter Fraterdeus
www.semiotx.com
www.fraterdeus.com
Galena, Illinois
|
Alan Baker
bakerMEDIA
Vancouver, British Columbia