EN
Bash - list current user groups in Linux
5
points
In this short article we would like to show how to list groups for current user in Linux using Command Line.
Quick solution:
groups
Example output
john sudo cdrom
Explanation: we run command on Debian Linux, with logged-in
johnuser, and he was assigned tojohn,sudoandcdromgroups.
Example screenshot: