rsnt_translations
57,772
edits
No edit summary |
(Created page with "Par exemple, pour accorder à l'utilisateur <tt>smithj</tt> la permission de lire et exécuter le fichier <tt>my_script.py</tt>, la commande serait {{Commande|setfacl -m u:smi...") |
||
Line 112: | Line 112: | ||
* <tt>setfacl</tt> pour modifier ces permissions. | * <tt>setfacl</tt> pour modifier ces permissions. | ||
Par exemple, pour accorder à l'utilisateur <tt>smithj</tt> la permission de lire et exécuter le fichier <tt>my_script.py</tt>, la commande serait | |||
{{ | {{Commande|setfacl -m u:smithj:rx my_script.py}} | ||
To allow read and write access to everything within a certain directory (for example ''/home/smithj/projects/def-smithj/shared_data'') for particular group (for example ''wg-datasharing''), use the following command: | To allow read and write access to everything within a certain directory (for example ''/home/smithj/projects/def-smithj/shared_data'') for particular group (for example ''wg-datasharing''), use the following command: |