mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-14 06:15:28 +02:00
24 lines
487 B
Markdown
24 lines
487 B
Markdown
# 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]}}`
|