Linux Check Battery Status Command
I am new CentOS Linux user and using it on Dell laptop. How can I check check battery status using X terminal on CentOS or Debian/Ubuntu Linux?
You need to use any one of the following command to find out battery status information for Linux powered laptop.
| Tutorial details | |
|---|---|
| Difficulty level | Easy |
| Root privileges | No |
| Requirements | Linux |
| Est. reading time | 1 minutes |
| 123 ABC | |
Howto check battery status under Linux?
Open the Terminal and type the following command:
acpi
OR
acpi -i -b
.