Question: ' mv file.txt . . / newfile . txt ' command in Linux is equivalent to which of the following? cp file.txt . . /
mv file.txt newfiletxt command in Linux is equivalent to which of the following?
cp file.txt newfiletxt && rm file.txt
file file.txt newfile txt & & touch file.txt
pwd file.txt filetxt && Is newfile.txt
del newfile.txt && cp filetxt
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
