| Sign In/My Account | View Cart |
| Article: |
Unix for the Rest of Us | |
| Subject: | kmodstat? | |
| Date: | 2003-04-04 10:34:43 | |
| From: | anonymous2 | |
|
I have a Mac OS 10.2.4 and I'm trying to learn Unix with my Terminal, My question is why is it that when I use the commands such as "sudo kmodstat" I get the relpy command not found? I'm very aware of spacing and spelling, yet on alot of commands from my Terminal I get these replies? Help!
|
||
Showing messages 1 through 2 of 2.
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