1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #906 from knight42/chown

Implement chown
This commit is contained in:
mpkh 2016-07-10 19:01:03 +04:00 committed by GitHub
commit 61cf4e4fba
8 changed files with 644 additions and 0 deletions

View file

@ -100,6 +100,7 @@ PROGS := \
UNIX_PROGS := \
arch \
chmod \
chown \
chroot \
du \
groups \
@ -136,6 +137,7 @@ TEST_PROGS := \
basename \
cat \
chmod \
chown \
cksum \
comm \
cp \