![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing Shells on IBM AIX | clairepst | AIX | 3 | 05-30-2007 01:45 AM |
| Different type of shells? | charbel | Shell Programming and Scripting | 1 | 05-05-2006 05:05 AM |
| Shells | dino_leix | UNIX for Advanced & Expert Users | 3 | 06-08-2005 03:07 AM |
| Restricted Shells. . . | crispy | UNIX for Dummies Questions & Answers | 0 | 05-18-2005 09:12 AM |
| Different type of Shells | sivhard | Shell Programming and Scripting | 5 | 10-08-2002 07:20 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Version of Shells?
Can anyone tell me the version of shells for
bash mc pdksh tcsh zsh For Red Hat Enterprise 4? Thank you very much! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Check the manual page for each shell, and you'll see that there's a method to find the version...
e.g. Code:
tcsh> echo $version tcsh 6.11.00 (Astron) 2001-09-02 (sparc-sun-solaris) options 8b,nls,dl,al,rh,color bash> bash --version GNU bash, version 2.03.0(1)-release (sparc-sun-solaris) Copyright 1998 Free Software Foundation, Inc. ...etc... ZB |
|
#3
|
||||
|
||||
|
So, you could
rpm -qa |grep bash rpm -qa |grep mc rpm -qa |grep pdksh rpm -qa |grep tcsh rpm -qa |grep zsh to see the versions |
||||
| Google The UNIX and Linux Forums |