报错信息
[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
转载于:https://www.cnblogs.com/yanduanduan/p/9084103.html
相关资源:JAVA上百实例源码以及开源项目