Skip to content
Snippets Groups Projects
Commit 3b2a7180 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Allocation of non-primary group workspaces

parent a945aeb8
No related branches found
No related tags found
2 merge requests!811Automated merge from preview to main,!806Add documentation on group workspaces
...@@ -473,8 +473,20 @@ anymore. ...@@ -473,8 +473,20 @@ anymore.
When a workspace is created with the option `-g, --group`, it gets a group workspace that is visible When a workspace is created with the option `-g, --group`, it gets a group workspace that is visible
to others (if in the same group) via `ws_list -g`. to others (if in the same group) via `ws_list -g`.
The [page on Sharing Data](data_sharing.md) provides !!! hint "Chose group"
information on how to grant access to certain colleagues and whole project groups.
If you are member of multiple groups, than the group workspace is visible for your primary
group. You can list all groups you belong to via `groups`, and the first entry is your
primary group.
Nevertheless, you can create a group workspace for any of your groups following these two
steps:
1. Change to the desired group using `newgrp <other-group>`.
1. Create the group workspace as usual, i.e., `ws_allocate --group [...]`
The [page on Sharing Data](data_sharing.md) provides
information on how to grant access to certain colleagues and whole project groups.
!!! Example "Allocate and list group workspaces" !!! Example "Allocate and list group workspaces"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment