Tag: check linux

Linux Logo

Command to Check if Linux is Running in VMware or not

Only having terminal access to a server running CentOS 5.7, I had to determine if the server was actually a physical or virtual machine. There are a few methods to do this, however, here are a couple of the easier methods. dmesg | fgrep Vendor\:\ VMware Vendor: VMware Model: Virtual disk Rev: 1.0 dmesg | grep Vendor Vendor: VMware Model:…

Read More »