Skip to main content

How to check Linux version

RedHat Enterprise Linux (RHEL)

cat /etc/redhat-release


Ubuntu

lsb_release -a


SuSE

cat /etc/os-release

cat /etc/*release
hostnamectl

Popular posts from this blog

Powershell: Remove-Item

Use Remove-Item to delete files, folders, and more than that

Linux command: Check Current Shell

What is your current shell ?