CentOS下如何避免文件覆盖?linux如何覆盖文件




CentOS下如何避免文件覆盖?linux如何覆盖文件

2022-07-20 21:03:33 网络知识 官方管理员

[root@stu227he]#touchhe.txt

[root@stu227he]#set-onoclobber

[root@stu227he]#echo"123">he.txt

bash:he.txt:cannotoverwriteexistingfile

如果要取消限制,就把set-o改为set+o

[root@stu227he]#set+onoclobber

[root@stu227he]#echo"123">he.txt

[root@stu227he]#cathe.txt

123


发表评论:

最近发表
网站分类
标签列表