服务器批量替换错误问题
服务器使用sed
指令批量替换时出现错误sed: couldn't open temporary file ./xxxx
。
查询stack overflow解释如下:
When invoking
sed
with-i
flag, sed create a temporary file in/tmp
dir.
那么此时,如果当前账户没有权限新建目录,则就会出现上述错误。
解决办法:赋予当前账户操作文件权限即可!
如果您觉得本文对您有用,欢迎捐赠或留言~
- 本博客所有文章除特别声明外,均可转载和分享,转载请注明出处!
- 本文地址:https://www.leevii.com/?p=212