I have a linux with a configured NIS domain, and both a local user and a NIS user with the name johndoe (but different UIDs).

When applying 'chown johndoe:johndoegrp somefile.txt' - which john doe will become the owner ? I know I can see for myself with 'ls -n', but some end users told me that they got inconsistent outcomes.

Is it possible ?

有帮助吗?

解决方案

you have to check the order in /etc/nsswitch.conf. On Machine I have

  passwd:     files nis
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top