开发者

How to set permission for a folder without cpanel access

开发者 https://www.devze.com 2023-03-07 18:20 出处:网络
Hello iam using wordpress and i need to set permission for a plugin folder to be 755, Iam the admin of the blog bu开发者_JAVA百科t i don\'t have permission in the cpanel is their a way to do it using

Hello iam using wordpress and i need to set permission for a plugin folder to be 755, Iam the admin of the blog bu开发者_JAVA百科t i don't have permission in the cpanel is their a way to do it using php or any other stuff? badly need some help....


PHP you say?

chmod("/foo/bar", 0755);

http://php.net/manual/en/function.chmod.php

0

精彩评论

暂无评论...
验证码 换一张
取 消