Describe the similarities between the mv and cp commands used in the CentOS 7 CLI?
What will be an ideal response?
The mv command is similar to the cp command, with one exception: The source file is always removed from its directory with the mv command. The syntax is also like that of the cp command, as you must always enter a target destination. Even if you are already in the directory where you want to move the file, you must still type the directory name.
Computer Science & Information Technology
You might also like to view...
What is the administrative distance of a directly connected network?
A) 0 B) 90 C) 110 D) 170
Computer Science & Information Technology
Which one of the character testing methods would you use to determine that a string contains only letters and numbers?
a. char.Is Letter Or Digit b. char.Is Upper c. char.Is Punctuation d. char.Is White Space
Computer Science & Information Technology