uabrc / devops-docs

https://docs.rc.uab.edu/devops-docs/
Apache License 2.0
1 stars 5 forks source link

Scripts to verify members and PI of a project space #41

Open Premas opened 6 months ago

Premas commented 6 months ago

To find the PI of a project space, ls -la /data/project | grep group_name

To find if the user has access to (a group/which all groups) groups blazer_id

To find the members of a group, getent group group_name

iam4tune commented 1 month ago

I also noticed that using id blazer_id also shows groups and labs, users belong to or have access to.