How would know at command line that the Linux host i logged in to is real machine, with linux installed, or is a virtual machine Thanks, -Kamal.
How would know at command line that the Linux host i logged in to is real machine, with linux installed, or is a virtual machine Thanks, -Kamal.
Try the 'lspci' command; on a virtual machine you'll typically see a bunch of devices that are obviously virtual (e.g. vendor is VMWare or such).
imvirt, virt-what or facter
I usually use
For scripting you might try
Often
uname -a
will display information that gives you a hint - references to Xen will tell you that you are in that type of virtual machine.