summaryrefslogtreecommitdiffstats
path: root/tags/c/chown-with-dot.tag
blob: 1bc7bd0824d5bf3af55c9a6917762b5980b63726 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tag: chown-with-dot
Severity: pedantic
Check: script/deprecated/chown
Explanation: The named script uses a dot to separate owner and group in
 a call like <code>chown user.group</code> but that usage is deprecated.
 .
 Please use a colon instead, as in:
 .
 <code>chown user:group</code>.
See-Also:
 https://lists.debian.org/debian-devel/2022/03/msg00138.html