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 :
Solution :
- cat /etc/group [ This command is very useful, if you need to check all available groups on your Linux System]
- groups [If you need to check groups assigned to current working users, this command is really helpful and simple]
Comments
Post a Comment