-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chmodSync is not recursive #8653
Comments
|
thank you |
@kkorada @bnoordhuis @addaleax Here is a Node.js script that uses the built-in module But please note these concerns about the vulnerability to TOCTOU attacks.
|
@angstyloop Please open a pull request if you want. The |
fs.chmodSync() is not recursive please add recursive feature to it.
There should be some flag option available to make it recursive.
with fs.chmodSync() "chmod 777 -R some-folder/" cannot be achieved
The text was updated successfully, but these errors were encountered: