group id
Title
Question
id -g gives one id, but id -G gives multiple id, why? What is group and what is group id?
Linux Basics-of-System-Administration 08-09 min 50-60 sec
Answers:
-g print only the effective group ID
-G print all group IDs.
A group is a collection of system users to do privilege shared work among the user within the group.
Login to add comment