因为我的nginx服务器 运行一段时间了,产生了很多日志。想给文件清理一下
方法一使用:
echo -n "">error.log
方法二使用 :
true>access.log
方法三 使用
truncate -s 0 access.log
因为我的nginx服务器 运行一段时间了,产生了很多日志。想给文件清理一下
方法一使用:
echo -n "">error.log
方法二使用 :
true>access.log
方法三 使用
truncate -s 0 access.log