linux give permission to folder
sudo chmod -R a+rwx /path/to/folder
linux give permission to folder
sudo chmod -R a+rwx /path/to/folder
linux give full permission to directory
# Change permissions for the root file/dir only
chmod 777 path/to/directory/
# Or
chmod 777 path/to/file
# Change permission for root dir and all files/dirs within
chmod -R 777 path/to/directory/
folder write permissions linux
sudo chown -R $USER /usr/local/lib/node_modules
how to give permission to a user in linux on a folder
sudo chmod u+w myfolder
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us