find . -type f -print0 | xargs -0 chmod 644
find . -type d -print0 | xargs -0 chmod 775
参考にしたページ
ファイルまたはディレクトリのみへの chmod コマンド
find|xargsでスペース込みのパスが有る場合
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
find . -type f -print0 | xargs -0 chmod 644
find . -type d -print0 | xargs -0 chmod 775
参考にしたページ
ファイルまたはディレクトリのみへの chmod コマンド
find|xargsでスペース込みのパスが有る場合
Register as a new user and use Qiita more conveniently
Go to list of users who liked