Sharing data/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "Pour accorder à un groupe particulier (ici ''wg-datasharing'') la permission de lecture et écriture dans tout le contenu d'un répertoire particulier (''/home/smithj/project..."
No edit summary
(Created page with "Pour accorder à un groupe particulier (ici ''wg-datasharing'') la permission de lecture et écriture dans tout le contenu d'un répertoire particulier (''/home/smithj/project...")
Line 115: Line 115:
{{Commande|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:
Pour accorder à un groupe particulier (ici ''wg-datasharing'') la permission de lecture et écriture dans tout le contenu d'un répertoire particulier (''/home/smithj/projects/def-smithj/shared_data''), la commande serait
{{Command|setfacl -m g:wg-datasharing:rwx /home/smithj/projects/def-smithj/shared_data}}
{{Command|setfacl -m g:wg-datasharing:rwx /home/smithj/projects/def-smithj/shared_data}}
In order for this method to work the following things need to be in place:
Pour que cette méthode fonctionne, il faut s'assurer que
# Group <code>wg-datasharing</code> (or any other name you prefer) must be created in CCDB and you must be assigned ownership of this group. This allows you to add or remove members of the group in [[https://ccdb.computecanada.ca CCDB]].
* le groupe particulier a été créé dans [[https://ccdb.computecanada.ca CCDB]] et que vous en êtes le propriétaire; vous pouvez ainsi ajouter ou supprimer des membres du groupe particulier;
# The directory, <code>/home/smithj/projects/def-smithj/shared_data</code> in our example, must be owned by you.
* vous êtes aussi propriétaire du répertoire (ici, <code>/home/smithj/projects/def-smithj/shared_data</code>),
# Since the data sharing group (<code>wg-datasharing</code> in this example) is not necessarily the owner of the directory you would like to share (<code>shared_data</code> in this example), all parent directories in its path should allow public entry, that is, execute permission. They do not need to have public read permission, unless you decide to allow it.
* puisque le groupe qui partagera les données n'est pas nécessairement le propriétaire du répertoire à partager, tous les répertoires parents sur son chemin doivent permettre un accès public avec la permission ''execute''; la permission publique de lecture n'est pas nécessaire, à moins que vous ne l'accordiez.


How does you achieve these three requirements?  
How does you achieve these three requirements?  
rsnt_translations
57,772

edits

Navigation menu