Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

what version of linux am i running

cat /etc/*-version   # For those OS's like Slackware
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 :: change display resolution on terminal 
Shell :: how to remove all files in a directory matching a regex pattern shell 
Shell :: install python docker 
Shell :: Creating a directory or folder in linux 
Shell :: start logstash 
Shell :: what does source command do in linux 
Shell :: zsh slow in git repo 
Shell :: postgres run query from command line 
Shell :: install visual studio on ubuntu 
Shell :: bash for i 
Shell :: ss in linux command stands for 
Shell :: sh script options 
Shell :: $$ in shell script 
Shell :: ubuntu usb drive format 
Shell :: remove folder and contents linux 
Shell :: how to open a file using terminal and exit terminal 
Shell :: linux list all system groups in order 
Shell :: Unsupported upgrade request. 
Shell :: onlne compiler c linux 
Shell :: how to stash specific file in git 
Shell :: gui for ubuntu server 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: install rsync centos 
Shell :: ssh login 
Shell :: Command "server:run" is not defined. 
Shell :: docker start container 
Shell :: raspberrypi open port 
Shell :: git cherry pick commit 
Shell :: rename github repository command line 
Shell :: homebrew without sudo 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =