![]() |
|
|
|
|
|||||||
| 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 |
| AIX version | masquerer | AIX | 4 | 05-10-2008 06:34 PM |
| TAR version help!!! | marlonus999 | UNIX for Advanced & Expert Users | 2 | 03-27-2007 10:18 AM |
| VERSIOn | huhuloa | UNIX for Dummies Questions & Answers | 1 | 09-26-2005 03:06 AM |
| ssh version | csaunders | SUN Solaris | 2 | 06-15-2005 12:49 PM |
| what version | kymberm | Linux | 1 | 12-16-2003 10:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
version of OS
Hi ,
what is the command to find the version of OS running on a unix box? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Look around /proc for a file aptly names kernel. Cat it
...of course, your box may be configured differently than mine. |
|
#3
|
|||
|
|||
|
I don't have that file in /proc. all the files in that directory are accessible only with root permission
|
|
#4
|
|||
|
|||
|
Code:
uname -a |
|
#5
|
|||
|
|||
|
yeah its working. Thanx a lot...
|
|||
| Google The UNIX and Linux Forums |