top of page

Unix & Linux commands

  • Writer: skarbnik
    skarbnik
  • Jan 3, 2019
  • 1 min read

How to know number of cores of a system in Linux?

$ lscpu

Disk Space in Linux Server

[root@abc ~]# fdisk -l|grep Disk

CPU INFO

more /proc/cpuinfo

MEMORY INFO

more /proc/meminfo

How to View Linux CPU Information

cat /proc/cpuinfo

How To Check If A Linux System Is Physical Or Virtual Machine

$ sudo dmidecode | grep Product

 
 
 

Comments


Search By Tags
bottom of page