Login  Register

Re: linux servers

Posted by ErmanArslansOracleBlog on May 07, 2018; 12:46pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/linux-servers-tp5909p5924.html

You have hypervisor flag in your /proc/cpuinfo output.
So your linux machine is a VM.

Here is one-liner for checking it;

grep -q ^flags.*\ hypervisor /proc/cpuinfo && echo "This machine is a VM"