Unable to create the directory error

后端 未结 5 1184
[愿得一人]
[愿得一人] 2020-12-10 04:34

I created a new subdomain and uploaded the WAR file into its directory, but the server returns following error.

java.io.IOException: Unable to create the dir         


        
5条回答
  •  攒了一身酷
    2020-12-10 05:33

    0755 is rwxr-xr-x. If you are not the owner of the directory(it is usally user nobody), you cannot write in the directory. You need to be owner of the directory or root to write in that location.

提交回复
热议问题