Bookmarks
IT
Programming
How to set chmod for a folder and all of its subfolders and files?
«
How to push a new local branch to a remote Git repository
Mount – Windows subst equivalent in Ubuntu
»
How to set chmod for a folder and all of its subfolders and files?
find . -type d -exec chmod -c 775 {} \;
find . -type f -exec chmod -c 664 {} \;
«
How to push a new local branch to a remote Git repository
Mount – Windows subst equivalent in Ubuntu
»