-
Notifications
You must be signed in to change notification settings - Fork 1
Organisation of the CEES projects area
The path to the CEES projects folder is: /projects/cees
.
When getting access to abel through CEES you are also added to the unix user group seq454. seq454 should have access to the cees folder and all its subfolders. Please check that files and folders you create have the right permissions:
Change group recursively to seq454 on your folder:
chgrp -R seq454 yourfolder
Set permissions recursively to read, write, and execute for owner and group and no permission for other unix users:
chmod -R 770 yourfolder
Ensure that the chosen permissions are given to new files and folders as well.
chmod -R g+s yourfolder
It is possible to restrict access to a subgroup of those that are inn the seq454 group, please ask Lex Nederbragt.
Click the image and hover the mouse over a folder to display a description
Back to the CEES-HPC wiki home page