chgrp and chown do mostly the same - and in fact their implementation is also mostly the same. It looks like one implementation was copy-pasted from the other one with very slight modifications...
I think we can do a lot better here and share more code between chgrp and chown, which would improve maintainability.
chgrpandchowndo mostly the same - and in fact their implementation is also mostly the same. It looks like one implementation was copy-pasted from the other one with very slight modifications...I think we can do a lot better here and share more code between
chgrpandchown, which would improve maintainability.