Opened 6 years ago

Last modified 6 years ago

#55332 new defect

chown does not support changing group

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: base Version: 2.4.2
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 only accepts a file path and username.

Should chown also accept an optional group name?

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.