Skip to content

Use colon instead of dot for chown operation

Created by: zlamalp

  • Using dot prevents user/group names with dot characters.
  • We will use colon as coreutils docs suggest for chown operation.

Merge request reports