Answers for "warning: chmod(): operation not permitted"

1

chmod: Unable to change file mode Operation not permitted

$ sudo chmod -R +rwX .
Posted by: Guest on June-14-2020
0

chmod: Unable to change file mode Operation not permitted

$ sudo chown -R $(whoami) .
Posted by: Guest on June-14-2020

Code answers related to "warning: chmod(): operation not permitted"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language