Forrest logo
back to the lscpu tool

lscpu:ai:fce9c

Check if VMX (Virtual Machine Extension) feature is enabled on your system
$ lscpu | grep -q vmx && echo 'VMX is enabled' || echo 'VMX is not enabled'
try on your machine

Check if VMX (Virtual Machine Extension) feature is enabled on your system

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • check vm feature?
back to the lscpu tool