martin f krafft <[EMAIL PROTECTED]> [2002-09-12 13:33:35 +0200]:
>   these two can be combined:
> 
>     chown -R pierre.music /music/mp3

A very, very small point.  The '.' is deprecated in favor of the ':'
and so this is preferably:

    chown -R pierre:music /music/mp3

The ':' is not a valid user or group name character and therefore will
work even if the name has a dot in it.  The original code used a '.'
but that was a poor choice which has been corrected.

Bob

Attachment: msg01999/pgp00000.pgp
Description: PGP signature

Reply via email to