chown-with-dot

The named script uses a dot to separate owner and group in a call like chown user.group but that usage is deprecated.

Please use a colon instead, as in:

chown user:group.

Severity: pedantic
Experimental: false

See also