如何为没有 cpanel 访问权限的文件夹设置权限

发布于 2024-11-08 04:33:12 字数 112 浏览 0 评论 0原文

你好,我使用 WordPress,我需要将插件文件夹的权限设置为 755,我是博客的管理员,但我在 cpanel 中没有权限,他们是使用 php 或任何其他东西来做到这一点的方法吗?非常需要一些帮助......

Hello iam using wordpress and i need to set permission for a plugin folder to be 755, Iam the admin of the blog but 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....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不忘初心 2024-11-15 04:33:12

你说PHP?

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

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

PHP you say?

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文