Re: NFS + nobody user?
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB5036A4BFDADB5E56D0A4369AFAF8A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Hello. When the following command is run, several special cases are found. grep -n -r -e "[UG]ID_NO" -- /usr/src/sys/fs/nfs* However, I don't know how it is being treated specially :) Regards. On 2025/10/30 18:59, Ronald Klop wrote: > What is special about the nobody (65534) user in NFS? > I couldn't find anything in the documentation that prohibits this uid to be used. But I get errors when I do chown 65534, but not with chown 65533 or 65535.