多分こんな感じでよさそう。
find dir ! -perm /o=w -exec chmod a+w {} +
find dir ! -perm /o=x -type d -exec chmod a+x {} +
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
多分こんな感じでよさそう。
find dir ! -perm /o=w -exec chmod a+w {} +
find dir ! -perm /o=x -type d -exec chmod a+x {} +
Register as a new user and use Qiita more conveniently
Go to list of users who liked