![]() |
|
|
|
|
|||||||
| 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 09:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Displaying software versions
I know this should be easy, but Google is not turning up any results:
How can I find out what version of software (like tar and gzip) I have installed on my Sun box? Thanks! |
| Forum Sponsor | ||
|
|
|
||||
|
Merged your different threads - please do not make duplicate posts (see the rules ).
As far as finding a version, you can try running strings against the executable to see if the version is placed inside. $ strings /bin/tar | grep -i version |
||||
| Google The UNIX and Linux Forums |