Find out if the OS is running in a virtual environment.
Marcus Lorenz
You have a linux host and want to know if the system running inside a Virtual environment?
You can use the virt-what script to determine the virtual environment.
sudo virt-what
Maybe you must install virt-what, e.g. apt-get install virt-what.