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