Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux show version

cat /etc/os-release
Comment

how know linux version

lsb_release -a
cat /etc/os-release
cat /etc/*release
cat /etc/issue*
cat /proc/version
Comment

how to check version of linux command line

cat /etc/os-release
#The best way to check Redhat version is using cat /etc/os-release command. All we need is to open the terminal and type cat /etc/os-release. It will list the Linux OS distribution name and release version information. This works on almost all Redhat system.
$ cat /etc/os-release
NAME=”Red Hat Enterprise Linux”
VERSION=”8.4 (Ootpa)”
ID=”rhel”
ID_LIKE=”fedora”
VERSION_ID=”8.4″
PLATFORM_ID=”platform:el8″
PRETTY_NAME=”Red Hat Enterprise Linux 8.4 (Ootpa)”
ANSI_COLOR=”0;31″
Comment

how to check version of linux you have

cat /etc/*release<span aria-hidden="true" class="line-numbers-rows"><span></span></span>
Comment

how to check version of linux you have

apt-get -y install inxi <span aria-hidden="true" class="line-numbers-rows"><span></span></span>
Comment

PREVIOUS NEXT
Code Example
Shell :: git reset head to remote 
Shell :: apache2 does not start xampp mac 
Shell :: how to print next lines with grep 
Shell :: bash if element in array 
Shell :: pip install django-allauth 
Shell :: hdfs remove directory 
Shell :: bash remove empty line 
Shell :: conda install scikit-learn 
Shell :: change zsh to bash 
Shell :: powershell foreach line in file read line 
Shell :: docker hello world 
Shell :: enable setting in ubuntu 
Shell :: check git current branch 
Shell :: embed a youtube video in github readme 
Shell :: how to completely remove node from ubuntu 
Shell :: uninstall cheese ubuntu 20.04 
Shell :: There are no commands defined in the "ide-helper" namespace 
Shell :: shell get size of directory 
Shell :: show all processes linux 
Shell :: could not find driver (SQL: select * from information_schema.table 
Shell :: set up git repository 
Shell :: oh my zsh autocomplete 
Shell :: Key path "file:///home/user/projectname/storage/oauth-public.key" does not exist or is not readable 
Shell :: install teamviewer linux mint 
Shell :: Failed to connect to github.com port 443: Connection refused 
Shell :: how to open bash_profile 
Shell :: Install yarn via npm global 
Shell :: ubuntu install ssh server 
Shell :: adb recorder 
Shell :: linux filter groups 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =