Files
cheatsheet-tldr/tldr/linux/upower
2025-03-12 00:18:03 +00:00

30 lines
579 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# upower
> System utility to provide power and battery information and statistics.
> More information: <https://upower.freedesktop.org/docs/upower.1.html>.
- Display power and battery information:
`upower {{[-d|--dump]}}`
- List all power devices:
`upower {{[-e|--enumerate]}}`
- Watch for and print power status changes:
`upower {{[-m|--monitor]}}`
- Watch for and print detailed power status changes:
`upower --monitor-detail`
- Display version:
`upower {{[-v|--version]}}`