参数说明
-i, --interactive prompt before overwrite (overrides a previous -n option) #文件存在是,交互式提示是否覆盖
-n, --no-clobber do not overwrite an existing file (overrides a previous -i option) #文件存在,忽略
-f, --force if an existing destination file cannot be opened, remove it and try again (redundant if the -n option is used) #强制覆盖文件
-R, -r, --recursive copy directories recursively #递归目录操作
[root@VM_145_128 ~]# alias cp
alias cp='cp -i'
1、永久关闭当前用户下的cp别名配置
sed -i "s/alias cp='cp -i'/#alias cp='cp -i'/g" ~/.bashrc
source ~/.bashrc
2、屏蔽当前命令使用别名
[root@VM_166_132 ~]# cat test1.txt
ddddddd
[root@VM_166_132 ~]# \cp -f test.txt test1.txt
[root@VM_166_132 ~]# cat test1.txt
test1
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://hqyman.cn/post/417.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~