Viewing profile — jofel
jofel
HN member- Joined
- Thu, Mar 07, 2013, 3:34 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About jofel
No profile information was provided.
Recent public activity
-
comment
Comment #5338179
Instead of find . -type d -exec chmod g+x {} \;' you can usually use chmod -R g+X . which gives additionally the group execute permission to files which have already user/everyone …
- comment