liunx设定目录下的目录和文件的权限

chmod -R 777 某文件夹的绝对路径.
比如cookiex用户目录下面的abc目录设置为777,通过:
chmod -R 777 /home/cookiex/abc

点赞