previous: >>108378070
#define __NR_chown 92
#define __NR_fchown 93
#define __NR_lchown 94
#define __NR_fchownat 260
https://man7.org/linux/man-pages/man2/chown.2.html
tl;dr:
set file ownership
hmmm, not much to say about this one, really. another "does what it says on the tin" type. i guess of interest is how it interacts with filesystem mount options as well as process capabilities
so, feel free to discuss those!
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/