• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | chgrp -- change group
  1. Notes
  2. Examples
  3. Command Help (man chgrp)

  1. Notes

    The chgrp command changes the group of files and directories.
  2. Examples
    • Change the group of "folder1" to "group1".

    • Change the group of "folder1" (and its files and sub-directories) to "DOMAIN\group2".
      Use the escape character "\" to escape the character "\".
      You can also use the double quote character """ to delimit the folder path to escape the character "\".
  3. Command Help (man chgrp)
    The following options can be used:
© 2025  mtitek