Skip to content
Snippets Groups Projects

Add space

Merged Natasha Pavlovikj requested to merge fix_list into master
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
@@ -6,16 +6,17 @@ weight = "30"
By default, all user directories on Swan are accessible only by the HCC user themselves. When you want to share data stored on Swan with collaborators, we provide multiple ways on how you can do that, depending on your need.
Each method presented here has its advantages and disadvantages, and some methods work for sharing data with other HCC users and some when data is shared with external collaborators without HCC accounts.
Each method presented here has its advantages and disadvantages, and some methods work for sharing data with other HCC users and some when data is shared with external collaborators without HCC accounts.
The common methods used to share data stored on Swan are:
- [Using group-level shared directory](#using-group-level-shared-directory)
- [Using user-level world-readable directory](#using-user-level-world-readable-directory)
- [Using POSIX Access Control Lists (ACL)](#using-posix-access-control-lists-acl)
The common methods used to share data stored on Swan are:
- [Using group-level shared directory](#using-group-level-shared-directory)
- [Using user-level world-readable directory](#using-user-level-world-readable-directory)
- [Using POSIX Access Control Lists (ACL)](#using-posix-access-control-lists-acl)
- [Using Globus shared collections](#using-globus-shared-collections)
and the Sections below contain detailed information and setup steps for each.
---
## Standard Unix permissions
Each file on the cluster can have `read (r)`, `write (w)` and `execute (x)` permissions for different access groupings. These access groupings are known as the `user (u)`, `group (g)` and `other (o)` permission modes of the file.
Loading