mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 22:43:35 +00:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# fancontrol
|
|
|
|
> Automated fan speed management.
|
|
> Uses a configuration file to control a wide range of variables.
|
|
> More information: <https://manned.org/fancontrol>.
|
|
|
|
- Start `fancontrol` using default `/etc/fancontrol` configuration file:
|
|
|
|
`fancontrol`
|
|
|
|
- Start `fancontrol` using custom configuration file path:
|
|
|
|
`fancontrol {{path/to/config_file}}`
|