rackerlabs / auter

Automatic updates for RHEL, Debian, and their derivatives, with the ability to run pre/post hooks & reboot afterwards.
Apache License 2.0
65 stars 18 forks source link

Fix chown syntax usr.grp to usr:grp #243

Closed bengtfredh closed 1 year ago

bengtfredh commented 1 year ago

Previous versions of the chown utility used the dot (.'') character to distinguish the group name. This has been changed to be a colon (:'') character so that user and group names may contain the dot character.