3 lignes
66 B
Bash
Fichiers exécutables
3 lignes
66 B
Bash
Fichiers exécutables
#!/bin/bash
|
|
find -P /home/yggdrasil -type d -exec chmod g+w {} \;
|