Upload directory does not have write permission

Source: Internet
Author: User
I use a plugin to publish the news, the local upload image is possible, but hanging to the server is not, prompted to upload directory without write permission.


Reply to discussion (solution)

Then change the authority.

Chmod-r 755 Path

This occurs because Apache user Www-data does not have write access to the folder, and can use the following statement to see who the owner and group users are and to view permissions.

 
 '; Echo ' group: '. $group [' name ']. '
'; Echo ' perms: '. substr (sprintf ('%o ', Fileperms ($folder)),-4);? >


If you do not have permission to modify the Linux command first, but may require administrator action
Chown Www-data:www-data Folder//modify Owner
chmod 0755 Folder/Modify Permissions

Yes, Linux server folder does not have write permission

Landlord, if you have the code in the creation of the folder, you only need to set the permissions at the time of creation to 755

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.