create права имя_пользователя группа_пользователя
create 640 v100 v100
os.rename
прекрасно переименовывает как файлы, так и директории:import os
if not os.path.exists("foo"):
os.mkdir("foo")
os.rename("foo", "bar")
Модель драйвера
[pfemidi@pfemidi ~]$ cat /proc/cpuinfo | grep "model name"
model name : Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
model name : Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
model name : Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
model name : Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
[pfemidi@pfemidi ~]$ cpupower frequency-info
analyzing CPU 0:
driver: intel_cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 20.0 us
hardware limits: 1.60 GHz - 3.80 GHz
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
current policy: frequency should be within 1.60 GHz and 3.80 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 2.17 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
25500 MHz max turbo 4 active cores
25500 MHz max turbo 3 active cores
25500 MHz max turbo 2 active cores
25500 MHz max turbo 1 active cores
[pfemidi@pfemidi ~]$