In this series of mini posts I will teach you a Linux lesson every day, it can be command , tricks , how to. The post will cover for beginner to advanced level. Welcome to Linux terminal.
Follow us and start learning Linux today
acpi
acpi shows battery status, thermal information etc using /proc filesystem. You know the empty battery slots can be hidden, it comes with variety of options such as
- –battery
- –ac-adapter, ac adapter information
- –cooling, cooling information
- –show-empty , shows non operational devices
- –everything,
- –help , manual for the command
Sample usage
acpi --everything
acpi --cooling
acpi --battery
OS like Ubuntu may miss this command can be added using
sudo apt install acpi