Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Created May 1, 2019 10:43
Show Gist options
  • Save leonlaser/914dbe6f8607992683d160d2f74a9a03 to your computer and use it in GitHub Desktop.
Save leonlaser/914dbe6f8607992683d160d2f74a9a03 to your computer and use it in GitHub Desktop.
[Replace user by uid] #shell #unix #find #permission
#!/bin/sh
sudo find /usr/local -uid $oldUserId -exec chown $newUser {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment