Forrest logo
back to context overview

lscpu

List of commands for lscpu:

  • 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
    explain this command
  • lscpu:tldr:20252 lscpu: Display information in a table.
    $ lscpu --extended
    try on your machine
    explain this command
  • lscpu:tldr:20b32 lscpu: Display only information about offline CPUs in a table.
    $ lscpu --extended --offline
    try on your machine
    explain this command
  • lscpu:tldr:87321 lscpu: Display information about all CPUs.
    $ lscpu
    try on your machine
    explain this command
back to context overview