报错信息

[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

相关文章:

  • 2022-01-13
  • 2021-05-11
  • 2022-01-05
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-14
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
相关资源
相似解决方案