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 :: docker check linux os 
Shell :: install albumentations 
Shell :: install amplify cli mac 
Shell :: install ansible on ubuntu 18.04 
Shell :: npm install legacy peer deps 
Shell :: Failed to start A high performance web server and a reverse proxy server. 
Shell :: (node:14140) UnhandledPromiseRejectionWarning: Error: FFmpeg/avconv not found! 
Shell :: how to clear container in docker 
Shell :: stop nginx mac 
Shell :: Create React App requires Node 14 or higher. 
Shell :: zsh: command not found: wget 
Shell :: how to stop mongodb server in ubuntu 
Shell :: avro for ubuntu 
Shell :: check busy ports linux 
Shell :: git unset alias 
Shell :: how to install gulp 
Shell :: install firebase angular 8 
Shell :: list users in linux 
Shell :: how to set wsl 2 as default 
Shell :: dual boot time fix 
Shell :: how to change timezone in ubuntu 
Shell :: how to remove an apt repository 
Shell :: command to install fish shell 
Shell :: debian install dig 
Shell :: add spacer to dock macos 
Shell :: sudo: /etc/sudoers is owned by uid 1001, should be 0 sudo: no valid sudoers sources found, quitting 
Shell :: list available shells linux 
Shell :: delete .git folder 
Shell :: kill vlc in linux 
Shell :: git delete local branch no longer on remote 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =