VPS侦探论坛

 找回密码
 注册
查看: 5468|回复: 3

求助军哥,lnmpa切割日志提示:Permission denied

[复制链接]
发表于 2012-10-24 11:21:36 | 显示全部楼层 |阅读模式

求助军哥,lnmpa切割日志提示:-bash: ./cut_nginx_logs.sh: Permission denied

按照论坛的日志切割教程
https://bbs.vpser.net/viewthread.php?tid=2402&highlight=%E6%97%A5%E5%BF%97

上传后我就执行:./cut_nginx_logs.sh

然后就提示:
-bash: ./cut_nginx_logs.sh: Permission denied

lnmp0.9再安装的lnmpa。

请教军哥,

是我哪里设置错了吗?
cut_nginx_logs.sh:



#!/bin/bash
#function:cut nginx log files for lnmp v0.5 and v0.6
#author: http://lnmp.org
#set the path to nginx log files
log_files_path="/home/wwwlogs/"
log_files_dir=${log_files_path}$(date -d "yesterday" +"%Y")/$(date -d "yesterday" +"%m")
#set nginx log files you want to cut
log_files_name=(access vpser licess)
#set the path to nginx.
nginx_sbin="/usr/local/nginx/sbin/nginx"
#Set how long you want to save
save_days=30
############################################
#Please do not modify the following script #
############################################
mkdir -p $log_files_dir
log_files_num=${#log_files_name[@]}
#cut nginx log files
for((i=0;i<$log_files_num;i++));do
mv ${log_files_path}${log_files_name}.log ${log_files_dir}/${log_files_name}_$(date -d "yesterday" +"%Y%m%d").log
done
#delete 30 days ago nginx log files
find $log_files_path -mtime +$save_days -exec rm -rf {} \;
$nginx_sbin -s reload
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2012-10-24 22:44:55 | 显示全部楼层


求助军哥帮我看看吧。
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2012-10-25 08:53:35 | 显示全部楼层

chmod +x cut_nginx_logs.sh
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 2012-10-25 17:40:53 | 显示全部楼层



谢啦军哥,

完美解决。
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-23 23:21 , Processed in 0.026328 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表