Live data from Hacker News

Viewing profile — jofel

jofel

HN member
Joined
Thu, Mar 07, 2013, 3:34 PM UTC
HN karma
3
Public activity
2 items

About jofel

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment