Sharing data/fr: Difference between revisions

Jump to navigation Jump to search
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..."
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.  


To allow a single person with username <tt>smithj</tt> to have read and execute permission on the file <tt>my_script.py</tt>, use:
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
{{Command|setfacl -m u:smithj:rx my_script.py}}
{{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:
rsnt_translations
57,772

edits

Navigation menu