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: versio

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,

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 Uni

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 u