Linux under CP-RF always prompt overlay solution

Source: Internet
Author: User
Tags aliases egrep

Typically, when you use CP-RF to manage files or folders, you are generally no longer reminded of overwriting. However, the use of CP-RF on a single machine in the intranet indicates whether or not to overwrite. Is it different from the usual commands?

 CP-rf./files/./bak/CP: Whether to overwrite the "./bak/files/test.txt"CP : Whether to overwrite the "./bak/files/hh.txt"CP: Whether to overwrite "./bak/ Files/child/child.txt"?

Later found to be the problem caused by aliases.

[email protected] test]# AliasaliasCP='cp-i'aliasEgrep='egrep--color=auto'aliasFgrep='Fgrep--color=auto'aliasgrep='grep--color=auto'alias L.='ls-d. *--color=auto'alias LL='ls-l--color=auto'aliasls='ls--color=auto'aliasMV='mv-i'aliasRM='rm-i'aliaswhich='alias |/usr/bin/which--tty-only--read-alias--SHOW-DOT--show-tilde'

Each time the CP command is executed, the cp-i command is executed with an alias, so no matter how the input is prompted for overwrite.

To modify ~/.BASHRC, add the # comment before "alias cp= ' Cp-i '".

[Email protected] test]#VI~/. BASHRC #. bashrc# User specific aliases and FunctionsaliasRM='rm-i'#aliasCP='cp-i'aliasMV='mv-i'# Source Global Definitionsif[-F/ETC/BASHRC]; Then        . /etc/BASHRCfi

Let the command take effect:

SOURCE ~/.BASHRC

Or you can disconnect the re-connect.

Linux under CP-RF always prompt overlay solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.