mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
451 B
Markdown
25 lines
451 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 --dump`
|
||
|
|
||
|
- List all power devices:
|
||
|
|
||
|
`upower --enumerate`
|
||
|
|
||
|
- Watch for and print power status changes:
|
||
|
|
||
|
`upower --monitor`
|
||
|
|
||
|
- Watch for and print detailed power status changes:
|
||
|
|
||
|
`upower --monitor-detail`
|
||
|
|
||
|
- Display version:
|
||
|
|
||
|
`upower --version`
|