Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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
ZIH
hpcsupport
hpc-compendium
Commits
2b77f923
Commit
2b77f923
authored
2 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Made workspace writable and files not executable in data_sharing.md.
parent
dfcc12cc
No related branches found
Branches containing commit
No related tags found
2 merge requests
!633
Automated merge from preview to main
,
!448
WIP: Page on sharing data
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
+6
-6
6 additions, 6 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
with
6 additions
and
6 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
+
6
−
6
View file @
2b77f923
...
...
@@ -23,16 +23,16 @@ group. Thus, `marie` has to make the directory searchable by using `chmod`:
```
console
marie@login$
ls
-la
/scratch/ws/1/marie-input-data
dr
-
xr----- 4 marie p_number_crunch 4096 27. Jun 17:13 .
dr
w
xr----- 4 marie p_number_crunch 4096 27. Jun 17:13 .
drwxr-xr-x 444 operator adm 151552 14. Jul 09:41 ..
dr-x
r----- 2 marie p_number_crunch 4096 27. Jun 17:13 data-file
dr-x
r-
x
--- 2 marie p_number_crunch 4096 28. Jun 09:45 env.sh
-rw-
r----- 2 marie p_number_crunch 4096 27. Jun 17:13 data-file
-rw-
r-
-
--- 2 marie p_number_crunch 4096 28. Jun 09:45 env.sh
marie@login$
chmod
g+x /scratch/ws/1/marie-input-data
marie@login$
ls
-la
/scratch/ws/1/marie-input-data
dr
-
xr-x--- 4 marie p_number_crunch 4096 27. Jun 17:13 .
dr
w
xr-x--- 4 marie p_number_crunch 4096 27. Jun 17:13 .
drwxr-xr-x 444 operator adm 151552 14. Jul 09:41 ..
dr-x
r----- 2 marie p_number_crunch 4096 27. Jun 17:13 data-file
dr-x
r-
x
--- 2 marie p_number_crunch 4096 28. Jun 09:45 env.sh
-rw-
r----- 2 marie p_number_crunch 4096 27. Jun 17:13 data-file
-rw-
r-
-
--- 2 marie p_number_crunch 4096 28. Jun 09:45 env.sh
```
!!! danger "New file inherits group and permissions of the creator"
...
...
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