余滴滴 A Programmer 坚持是一种刻意的练习,
不断寻找缺点突破缺点的过程,而不是重复做某件事情。
  • home /
  • Archive /
  • Categories /
  • Resume /
  • Tags /
  • Updates /
Home

更新Linux上正在运行的程序时, scp更新会报Text file busy

29 AUG 2024 • 1 min read

现象

问题原因

问题解决

用mv命令即可

# 备份+覆盖
cp cron cron.back && mv cron /data/bin/cron

参考资料

  1. Text File Busy 问题讨论

  2. linux系统更新正在运行进程的可执行文件需要注意的text file busy的原因及解决方法

原创文章转载请注明出处: 更新Linux上正在运行的程序时, scp更新会报Text file busy
© 2025 余滴滴. Powered by Jekyll, leonids theme made with