HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fancontrol — Automated fan speed management. Uses a configuration file to control a wide range of variables. More

Submitted by: @import:tldr-pages··
0
Viewed 0 times
managementcommandspeedclifanautomatedfancontroluses
linux

Problem

How to use the fancontrol command: Automated fan speed management. Uses a configuration file to control a wide range of variables. More information: <https://manned.org/fancontrol>.

Solution

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}}

Code Snippets

Start `fancontrol` using default `/etc/fancontrol` configuration file

fancontrol

Start `fancontrol` using custom configuration file path

fancontrol {{path/to/config_file}}

Context

tldr-pages: linux/fancontrol

Revisions (0)

No revisions yet.