Bonjour,
Je suis en root.
Quand j'essaye de faire un simple
j'obtiens l'erreur :Code:chmod -R 750 "mon_rep"
A priori, ce serait parce que mon_rep se trouve sur un "remote filesystem".Code:chmod: changing permissions of mon_rep/toto.txt: Invalid argument
Comment puis-je faire pour faire mon chmod ?
Quelqu'un peut-il m'expliquer ?
Recap :
Code:
1
2
3 chmod -R 750 "mon_rep" --> KO chmod -R 750 * --> KO chmod -R g+w * --> OK !!!! Pourquoi ?