cp复制小技巧–让cp不要再确认
让cp 不要确认
方法:
在 /root 找 profile 出來, 把其中類似的
alias cp=’cp -i’
的加 comment 符, 再重新登入就可以了
如 .bash_profile 或 .bashrc
/root/.bash_profile 或 /root/.bashrc
» vps12.com:http://www.vps12.com
» 转载请注明来源:运维部落 » 《cp复制小技巧–让cp不要再确认》
运维部落
让cp 不要确认
方法:
在 /root 找 profile 出來, 把其中類似的
alias cp=’cp -i’
的加 comment 符, 再重新登入就可以了
如 .bash_profile 或 .bashrc
/root/.bash_profile 或 /root/.bashrc