Re: basic Unix question ???

2002-08-29 Thread ltiu

uname -an



Janet Linsy wrote:

Hi all,

I have two questions.  First, how to find out
information about my unix box, like version, etc.

In my box, I can use hostname to get the machine name.
 I remember there is a command called version, but I
got Ksh: version: not found.  Any other useful
commands to know about my machine?

Actually when I use top, it also returns ksh: top: 
not found.  My second question is where does ksh
usually reside, which value should I set for PATH.

Thank you in advance.

Janet

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
  




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: ltiu
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: basic Unix question ???

2002-08-29 Thread Scott . Shafer

uname -a will give you OS version and machine type on most *nixes.

Scott Shafer
San Antonio, TX
210.581.6217


 -Original Message-
 From: Janet Linsy [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, August 29, 2002 6:10 PM
 To:   Multiple recipients of list ORACLE-L
 Subject:  basic Unix question ???
 
 Hi all,
 
 I have two questions.  First, how to find out
 information about my unix box, like version, etc.
 
 In my box, I can use hostname to get the machine name.
  I remember there is a command called version, but I
 got Ksh: version: not found.  Any other useful
 commands to know about my machine?
 
 Actually when I use top, it also returns ksh: top: 
 not found.  My second question is where does ksh
 usually reside, which value should I set for PATH.
 
 Thank you in advance.
 
 Janet
 
 __
 Do You Yahoo!?
 Yahoo! Finance - Get real-time stock quotes
 http://finance.yahoo.com
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: Janet Linsy
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: basic Unix question ???

2002-08-29 Thread Ji, Richard

try:

uname -a

for version information.

ksh is usually under /usr/bin/ksh

Not every Unix comes with top, you will have to install it.

Richard Ji

-Original Message-
Sent: Thursday, August 29, 2002 7:10 PM
To: Multiple recipients of list ORACLE-L


Hi all,

I have two questions.  First, how to find out
information about my unix box, like version, etc.

In my box, I can use hostname to get the machine name.
 I remember there is a command called version, but I
got Ksh: version: not found.  Any other useful
commands to know about my machine?

Actually when I use top, it also returns ksh: top: 
not found.  My second question is where does ksh
usually reside, which value should I set for PATH.

Thank you in advance.

Janet

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Janet Linsy
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ji, Richard
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: basic Unix question ???

2002-08-29 Thread Alex



On Thu, 29 Aug 2002, Janet Linsy wrote:

 Hi all,

 I have two questions.  First, how to find out
 information about my unix box, like version, etc.

uname -a


 In my box, I can use hostname to get the machine name.
  I remember there is a command called version, but I
 got Ksh: version: not found.  Any other useful
 commands to know about my machine?

anything in /bin  /usr/bin  /usr/local/bin  /usr/sbin

man man
man -k some_keyword_you_are_looking_for


 Actually when I use top, it also returns ksh: top:
 not found.  My second question is where does ksh
 usually reside, which value should I set for PATH.

 Thank you in advance.

 Janet

 __
 Do You Yahoo!?
 Yahoo! Finance - Get real-time stock quotes
 http://finance.yahoo.com
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Janet Linsy
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Alex
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).