1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/src
Jeffrey Finkelstein 55550e1a6e chown: allow setting arbitrary numeric user ID
Update `chown` to allow setting the owner of a file to a numeric user
ID regardless of whether a corresponding username exists on the
system.

For example,

    $ touch f && sudo chown 12345 f

succeeds even though there is no named user with ID 12345.

Fixes #3380.
2022-05-12 08:41:17 +02:00
..
bin docs: don't download the tldr archive (#3415) 2022-04-17 21:33:51 +02:00
uu chown: allow setting arbitrary numeric user ID 2022-05-12 08:41:17 +02:00
uucore uucore(perms): better support nameless uids, gids 2022-05-12 08:41:17 +02:00
uucore_procs Change edition to 2021 2022-04-05 10:39:31 +02:00