Check Shell Type Currently Use and Check Shell Version on Linux Fedora


How to check current Shell type that you are in or currently use on Linux Fedora... and how to check the Shell version on Linux Fedora... The article below show the step by step to check the current Shell that you use and how display the shell version on Linux Fedora 9.
The command example below can be use to display the current Shell that you are in.


[root@fedora ~]# echo $SHELL
/bin/bash
[root@fedora ~]#
The command example below is use to display Shell version that is currently use, base on command above.

[root@fedora ~]# /bin/bash --version
GNU bash, version 3.2.33(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
[root@fedora ~]#
Keywords: check shell, check shell type, check shell version
- Add new comment
- 21003 reads
- Email this page

Recent comments
1 week 5 hours ago
5 weeks 1 day ago
6 weeks 6 days ago
7 weeks 1 day ago
7 weeks 2 days ago
7 weeks 3 days ago
7 weeks 3 days ago
8 weeks 1 day ago
8 weeks 2 days ago
9 weeks 11 hours ago