java.io.FileNotFoundException (permission denied) despite chmod 777

前端 未结 6 1612
暖寄归人
暖寄归人 2020-12-09 16:31

I have faced strange poblem while writing Grails application deployed on Tomcat.

After creating simple test controller I want to write test contents in package com

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 16:58

    Ensure you that you have read and execute access to all parent directories as well.

    Example: chmod o+x /home/user

提交回复
热议问题