![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What kind of Linux for the newbies? | sanlen | UNIX for Dummies Questions & Answers | 2 | 10-01-2007 09:38 AM |
| What kind of security applications UNIX and Windows have in common? | austintham | UNIX for Dummies Questions & Answers | 0 | 11-11-2006 01:36 AM |
| Determine Unix Version | davegeysemans | UNIX for Dummies Questions & Answers | 2 | 05-24-2005 02:01 AM |
| what kind of UNIX | hiei | UNIX for Dummies Questions & Answers | 2 | 04-12-2004 04:15 PM |
| Where can i find staroffice or any other kind office program for unix or linux? | HOUSCOUS | UNIX for Dummies Questions & Answers | 4 | 02-20-2002 06:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to determine which kind of unix is used
[color=Sienna]how can i determine which type of unix
(solaris ,AIX,HP-UX...) is installed on the machine that i am working? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
go through the man pages of uname,
you would get the system information |
|
#3
|
||||
|
||||
|
uname -a
will give you a lot of information, as matrixmadhan states, check the manual page. If you're using linux, there is normally a file along the lines of /etc/*release which will show info regarding which version of a particular distro you're using. Cheers ZB |
||||
| Google The UNIX and Linux Forums |