Opened 7 years ago
Last modified 7 years ago
#55332 new defect
chown does not support changing group — at Initial Version
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: |
Description
The lchown
C function in src/pextlib1.0/Pextlib.c accepts a file path, username, and optional group name.
But the chown
Tcl procedure in src/port1.0/portutil.tcl that calls it does only accepts a file path and username.
Should chown
also accept an optional group name?
Note: See
TracTickets for help on using
tickets.