CP command: Copy files or directories
Example: cp/root/mulu/abc.txt/tmp Copy the Abc.txt file to TMP
For example: Cp-r/root/mulu/tmp Copy the Mulu (together with the files in the directory) to TMP
General company profiles cannot be changed in the original configuration file (or to be backed up):
For example: Cp/etc/init.d/network/etc/init.d/networks If the configuration file error is available in the backup file (be sure to change the name back to the original filename)
RM command: Delete
Example: Rm/root/mulu/abc.txt Delete abc.txt file
Example: Rm-r/root/mulu Delete directory (if directory has files then prompt to delete)
For example: Rm-rf/root/mulu quick Delete without any hint (try not to use it)
MV Command: Move (cut) (rename)
Example: Mv/root/mulu/abc.txt/tmp to move the Abc.txt file to TMP
For example: Mv/root/mulu/abc.txt/root/mulu/aaa.txt abc.txt named Aaa.txt (rename)
RM command, MV command, CP command