You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Linux 5.5.2-arch1-1#1 SMP PREEMPT Tue, 04 Feb 2020 18:56:18 +0000 x86_64 GNU/Linux
Subsystem: fs
Hi,
When using fs.chown, I can't find a way to change only one of the two ids. It seems node isn't actually conforming to the glibc call linked in the documentation. When passing -1 (which according to chown should result in a noop for this id), I get an error :
The value of "uid" is out of range. It must be >= 0 && < 4294967296. Received -1
Is there a way to specify only one of the two ids ? If yes, can I kindly suggest that it should be added to the docs ?
Thanks
The text was updated successfully, but these errors were encountered:
MYDIH
changed the title
Chown
Chown not conform to glibc's chown
Feb 7, 2020
v12.4.0
Linux 5.5.2-arch1-1#1 SMP PREEMPT Tue, 04 Feb 2020 18:56:18 +0000 x86_64 GNU/Linux
fs
Hi,
When using
fs.chown
, I can't find a way to change only one of the two ids. It seems node isn't actually conforming to theglibc
call linked in the documentation. When passing -1 (which according to chown should result in a noop for this id), I get an error :Is there a way to specify only one of the two ids ? If yes, can I kindly suggest that it should be added to the docs ?
Thanks
The text was updated successfully, but these errors were encountered: