Last active
August 28, 2015 18:52
-
-
Save gabhi/dbe44ef5e638357399cc to your computer and use it in GitHub Desktop.
unix stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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