Answers for "command to check all groups in linux"

4

linux show groups

cut -d: -f1 /etc/group | sort
Posted by: Guest on December-20-2020

Code answers related to "command to check all groups in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language