Skip to content

Instantly share code, notes, and snippets.

@gabhi
Last active August 28, 2015 18:52
Show Gist options
  • Save gabhi/dbe44ef5e638357399cc to your computer and use it in GitHub Desktop.
Save gabhi/dbe44ef5e638357399cc to your computer and use it in GitHub Desktop.
unix stuff
sudo chown -R $(whoami) . //change owner for given folder recursively
find /opt/ais -user root //find all directories whose owner is user Root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment