[Linux] daily operations command


Linux mandatory method of copying files and overwrite

1, so it will not be prompted with: # \ cp -rf  

In order to copy and move files to cover a large number of target when no one prompt, the command should be written

# \cp -rf /data/xxx*  /home/xxx    

 

Note cp command preceded by a \, meaning do not let it run with ~ / .bashrc alias in that -i parameter


 

Published 53 original articles · won praise 0 · Views 841

Guess you like

Origin blog.csdn.net/G971005287W/article/details/105065105