Can I access files belonging to someone else or another project
The default access rights to INCD filesystem is the folllowing:
/home
- All files under /home are only accessible by the user.
/data
- All files under /data/unixgrp/ are rwx for all users belonging to that group.
NOTE We don’t recommend using chmod o+r, chmod o+w, or chmod o+x to give non-group members access to your project’s files. Instead, you should use access control lists to limit the access privileges of specific users