CentOS 7 - bash - sensors - command not found: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== CentOS 7 - bash - sensors - command not found === Ошибка вида: # sensors -bash: sensors: command not found Решение: # yum install lm_s...»)
 
 
Строка 7: Строка 7:
  
  
Решение:
+
Решение для CentOS 7:
 
  # yum install lm_sensors -y
 
  # yum install lm_sensors -y

Текущая версия на 20:30, 12 января 2024

CentOS 7 - bash - sensors - command not found

Ошибка вида:

# sensors
-bash: sensors: command not found


Решение для CentOS 7:

# yum install lm_sensors -y