Assign maximum permissions to a folder and all content under the folder in linux

First cd to the upper level of the folder, for example, the folder level is like this: /mydata/elasticsearch/plugins/ik/xxx.txt

1.    cd /mydata/elasticsearch/plugins

2. chmod -R 777 i/

that's it

Guess you like

Origin blog.csdn.net/dd2016124/article/details/127602932