报错信息

[root@bogon sbin]# ./nginx
nginx: [emerg] mkdir() "/var/temp/nginx/client" failed (2: No such file or directory)

 

解决方法

[root@bogon sbin]# sudo mkdir -p /var/temp/nginx/client
[root@bogon sbin]# ll
total 3688
-rwxr-xr-x. 1 root root 3773936 May 24 17:21 nginx
[root@bogon sbin]# ./nginx
[root@bogon sbin]#

 

参考网址:

https://blog.csdn.net/masterlipeng/article/details/64185911

posted on 2018-05-24 17:39  风又奈何  阅读(4181)  评论(2编辑  收藏  举报