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 :: check my ubuntu version 
Shell :: git change default editor 
Shell :: python pip install r requirements txt 
Shell :: install pandas conda 
Shell :: stop all docker images 
Shell :: see ports in use 
Shell :: tailwind upgrade 
Shell :: clear docker 
Shell :: error installing pyodbc linux 
Shell :: uninstall expo cli 
Shell :: Preprocessor dependency "sass" not found. Did you install it? 
Shell :: uninstall foxit reader ubuntu 18.04 
Shell :: error cannot refresh snap-store snap snap-store has running apps (ubuntu-software) 
Shell :: terminal get number of files in dir 
Shell :: how to add changes to the previous commit in git 
Shell :: dotnet build release 
Shell :: git push to another remote branch overwrite 
Shell :: see uid user linux 
Shell :: figma download linux 
Shell :: remove spotify for ubuntu 
Shell :: vs force restore all packages command line 
Shell :: install moviepy 
Shell :: install helm on wsl 
Shell :: "python -m venv venv" 
Shell :: iis stop 
Shell :: install material ui icons 
Shell :: ubuntu unzip file 
Shell :: delete git repository command line 
Shell :: ssh key mac 
Shell :: bash date yesterday format 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =