Skip to content

Instantly share code, notes, and snippets.

@metafeather
Created October 6, 2009 12:22
Show Gist options
  • Save metafeather/202960 to your computer and use it in GitHub Desktop.
Save metafeather/202960 to your computer and use it in GitHub Desktop.
#Most useful for providing a consistent uid on machines accessing an NFS mount:
$ sudo find . -xdev -user <old-uid> -print -exec chown <new-uid> {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment