• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

acpi Command Examples in Linux

by admin

ACPI stands for Advanced Configuration and Power Interface. It is a power management specification developed by Intel, Microsoft, and Toshiba that defines a common interface for operating systems to use in order to control the power management and configuration of a computer.

In Linux, the acpi command is a command-line utility that allows you to view and control various aspects of the ACPI subsystem on your system. You can use it to view information about your system’s battery status, temperature, fan speed, and other hardware-related information. You can also use it to control the power management settings of your system, such as setting the screen brightness or putting the system into hibernation.

acpi Command Examples

1. Show battery information:

# acpi

2. Show thermal information:

# acpi -t

3. Show cooling device information:

# acpi -c

4. Show thermal information in Fahrenheit:

# acpi -tf

5. Show all information:

# acpi -V

6. Extract information from /proc instead of /sys:

# acpi -p

7. To view the current battery status of your system:

# acpi -b

8. To view the current fan speed of your system:

# acpi -f

9. To put your system into hibernation:

# acpi -H

This will cause your system to enter a low-power state, where all of the current state of the system is saved to disk and the system is powered off. When you power the system back on, it will restore the saved state and resume from where it left off.

There are many other options and subcommands available with the acpi command, so you can use the acpi –help command to view a full list of options and learn more about how to use the acpi command in Linux.

Filed Under: Linux

Some more articles you might also be interested in …

  1. Beginners Guide to Tuning Profiles in CentOS/RHEL
  2. CentOS / RHEL 6 : How to force a NTP sync with the NTP server(s)
  3. Invalid ABI Option abi=aapcs-linux
  4. cal Command Examples in Linux
  5. sysctl setting for high load and prevent DDoS
  6. Adding Static Routes On Various *NIX (Linux,AIX,HP-UX)
  7. cgcreate: command not found
  8. dir Command Examples in Linux
  9. caja Command Examples in Linux
  10. How to increase swap space on Linux

You May Also Like

Primary Sidebar

Recent Posts

  • powertop Command Examples in Linux
  • powertop: command not found
  • powerstat: command not found
  • powerstat Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright