After opening a command or Putty terminal in Linux Try with the following commands to know the details.
1. To know the OS Version Details:
[pcs_user@root]$ cat /etc/os-release
Output:
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
2. lsb_release command
There is a lsb_release gives LSB(Linux Standard Base) and distribution specific info. on the CLI.
[pcs_user@root]$ lsb_release -a
Output:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.6.1810 (Core)
Release: 7.6.1810
Codename: Core
3. hostnamectl command
Use hostnamectl command to query and change the system hostname and related settings. Just type the following command to check OS name and Linux kernel version:
[pcs_user@root]$ hostnamectl
Output:
Static hostname: DevServer.BI.Oracle.com
Icon name: computer-vm
Chassis: vm
Machine ID: b30d0f2110a0c19ede3ce23488f
Boot ID: b7b17e68ac544a72340dfafec4ba
Virtualization: kvm
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-957.1.3.el7.x86_64
Architecture: x86-64
4. To Know the Kernel version
[pcs_user@root]$ uname -r
Output:
3.10.0-957.1.3.el7.x86_64
Cheers!
Bose
No comments:
Post a Comment