Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You'll also need to change from your default group to the group the client belongs to.

newgrp -G-801020

5. Alternatively, you can set the group ID on a client's directory, and then set the setgid flag on the directory so that all subdirectories and files created in the directory from that time forward inherit the same group ID:

Code Block

chgrp 801020 directoryname
chmod g+s directoryname

Finding The Group ID For An Allocation

...