• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | Groups
  1. References
  2. List the groups of the current process (groups)
  3. Add a new group (groupadd)
  4. Delete a group (groupdel)

  1. References
    See this page for more details about group management:
    https://help.ubuntu.com/lts/serverguide/user-management.html
  2. List the groups of the current process (groups)
    • Print groups for the current process:

    • You can print the groups of a specific users:
  3. Add a new group (groupadd)
    Use the groupadd command to add a new group (man groupadd):

    Examples:
    • Create a group named "newgroup".
  4. Delete a group (groupdel)
    Examples:
    • Delete the group "newgroup":
© 2025  mtitek