chown USER: does not change group to user's login group
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
On Ubuntu with uutils coreutils 0.8.0, chown USER: FILE changes the owner but does not change the group to USER's login group.
GNU coreutils behavior and the documented chown semantics are that chown USER: FILE, with a colon but no explicit group, should change the group to USER's login group. chown USER FILE should leave the group unchanged.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the chown command's handling of a user followed by a trailing colon, and compare it with the no-colon form. Reproduce both chown USER: FILE and chown USER FILE on Ubuntu; done means the first updates the group to USER's login group while the second leaves the group unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100