? Earlier 1 items total Later ?

On this page:?

Find and change a users uid

Most useful for providing a consistent uid on machines accessing an NFS mount:

$ sudo find . -xdev -user  -print -exec chown  {} \;

? Earlier 1 items total Later ?