Forrest logo
back to the acpi tool

acpi:tldr:8db5e

acpi: Show thermal information in Fahrenheit.
$ acpi -tf
try on your machine

The command "acpi -tf" is used to check the temperature and thermal information of your system using the ACPI (Advanced Configuration and Power Interface) framework.

Here's what each part of the command does:

  • "acpi": This is the main command, which stands for Advanced Configuration and Power Interface. It is a standard for communication between the operating system and hardware components, including temperature sensors and thermal management controllers.

  • "-t": This option is used to display the thermal information of your system. It specifically focuses on the temperature information.

  • "-f": This option is used to format the output in a friendly and human-readable way. It provides a more convenient display of the temperature and thermal data.

When you run the "acpi -tf" command, it retrieves the temperature information from the ACPI interface and displays it in a readable format. This can include details such as the current temperature of different sensors (e.g., CPU temperature) and thresholds for warning or critical temperatures. The specific output will depend on your hardware and the support provided by your system's ACPI implementation.

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.
back to the acpi tool