We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To find the PI of a project space, ls -la /data/project | grep group_name
ls -la /data/project | grep group_name
To find if the user has access to (a group/which all groups) groups blazer_id
groups blazer_id
To find the members of a group, getent group group_name
getent group group_name
The text was updated successfully, but these errors were encountered:
I also noticed that using id blazer_id also shows groups and labs, users belong to or have access to.
id blazer_id
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: