how to list Groups on Ubuntu

Sometime, we need to check that what group are assigned to a certain user or sometime we only need information about a groups. Here is some information about Groups.

Solution :

  1. cat /etc/group  [ This command is very useful, if you need to check all available groups on your Linux System]
  2. groups [If you need to check groups assigned to current working users, this command is really helpful and simple]

Comments