Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Computer Resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Computer Resources
Commits
75aebfaa
Commit
75aebfaa
authored
4 years ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
Update Data/Guidelines.md
parent
db936eb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Data/Guidelines.md
+26
-8
26 additions, 8 deletions
Data/Guidelines.md
with
26 additions
and
8 deletions
Data/Guidelines.md
+
26
−
8
View file @
75aebfaa
Shared Data Guideline
# Shared Data Guideline
@author: mblaschek
@email: michael.blaschek@univie.ac.at
@phone: 53715
@date: Fri Sep 25 09:15:10 CEST 2020
PATH /jetfs/shared-data
@author: mblaschek
@email: michael.blaschek@univie.ac.at
@phone: 53715
@date: Fri Sep 25 09:15:10 CEST 2020
1.
Be careful. Do not remove data, unless you are really certain, that this is ok for everyone.
Data currently shared on the jet cluster:
2.
Create directories with clear names. Add permission for others
`PATH /jetfs/shared-data`
Steps:
1.
**Be careful.**
Do not remove data, unless you are really certain, that this is ok for everyone.
2.
Create directories with clear names.
**Add permission for others**
3.
Ask for help if needed.
3.
Ask for help if needed.
4.
Add information on your data in the README.md
4.
Add information on your data in the README.md
Here data can be share with other users.
Here data can be share with other users.
If you need to modify these data, copy them to scratch and remove later, in order to save storage and duplicates.
If you need to modify these data, copy them to scratch and remove later, in order to save storage and duplicates.
## Notice Permission
Typical Permissions are:
folders: 755 rwxr-xr-x allows all users to read
files: 644 rw-r--r-- allows all users to read
Change permission for all directories under that DIR:
`find [DIR] -type d -exec chmod 755 {} \;`
Change permission for all files:
`find [DIR] -type f -exec chmod 644 {} \;`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment