Default permissions issues for YII Framework Directory

Source: Internet
Author: User

, just installed the Yii2.0 framework, but with Phpstorm open after the discovery of all directories/files have a small lock, and then read the permissions of the directory, only the root has the ability to modify, then I would like to ask: if I use other account development situation, how can I edit all the files normally? Don't change the permissions of the entire framework directory? (Linux Rookie)

Reply content:

, just installed the Yii2.0 framework, but with Phpstorm open after the discovery of all directories/files have a small lock, and then read the permissions of the directory, only the root has the ability to modify, then I would like to ask: if I use other account development situation, how can I edit all the files normally? Don't change the permissions of the entire framework directory? (Linux Rookie)

You use sudo the installation, the yii framework can not root be installed
To change the owner, you can:
sudo chown -r 用户名:组名 目录

The final solution is as follows:

修改框架目录所有者:chown -R codean yii修改框架目录用户组:chgrp -R codean yii

Where "Yii" represents the Framework directory.

  • Related Article

    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.