.Nd change file owner and group
.Sh SYNOPSIS
.Nm chown
-.Op Fl fhv
+.Op Fl fhnv
.Oo
.Fl R
.Op Fl H | Fl L | Fl P
.Ar owner Ns Op : Ns Ar group
.Ar
.Nm chown
-.Op Fl fhv
+.Op Fl fhnv
.Oo
.Fl R
.Op Fl H | Fl L | Fl P
.Fl R
option is specified, no symbolic links are followed.
Instead, the user and/or group ID of the link itself are modified.
-This is the default.
+This is the default. Use
+.Fl h
+to change the user ID and/or the group of symbolic links.
.It Fl R
Change the user ID and/or the group ID for the file hierarchies rooted
in the files instead of just the files themselves.
+.It Fl n
+Interpret user ID and group ID as numeric, avoiding name lookups.
.It Fl v
Cause
.Nm chown