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

linux version

sudo uname -a
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 :: .env in gitignore 
Shell :: open port on linux 
Shell :: install .deb file in ubuntu 
Shell :: ubuntu echo create file 
Shell :: show all remote branches git 
Shell :: tmux kill session 
Shell :: service account credentials gcp token 
Shell :: centos 7 install ifconfig 
Shell :: pacman remove package and dependencies 
Shell :: brew install iterm2 
Shell :: notebook 
Shell :: git discard all changes command 
Shell :: ssh get key 
Shell :: linux print hostname 
Shell :: vs code set ubuntu wsl as default terminal 
Shell :: notepad++ linux 
Shell :: set kubernetes alias 
Shell :: where to find .bashrc on mac 
Shell :: linux size of files 
Shell :: bash flatten directory 
Shell :: install atom ubuntu 18 
Shell :: access nodeport service from another machine in the same network 
Shell :: linkedin video downloader terminal 
Shell :: lf will be replaced by crlf 
Shell :: number fo files prestn in gcs bucket command 
Shell :: night light ubuntu 20.04 
Shell :: get all containers in linux 
Shell :: manjaro how to erase a usb 
Shell :: bash get length of every nth row 
Shell :: centos install openssh server 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =