3 строки
65 B
Bash
Исполняемый файл
3 строки
65 B
Bash
Исполняемый файл
#!/bin/bash
|
|
find -P /srv/yggdrasil -type d -exec chmod u+w {} \;
|