Question: bash-2.05$ cp temp.txt temp1.txt bash-2.05$ mkdir dir1 bash-2.05$ cp temp.txt dir1 bash-2.05$ mkdir dir2 bash-2.05$ mv temp.txt dir2 How many copies of a file named
bash-2.05$ cp temp.txt temp1.txt
bash-2.05$ mkdir dir1
bash-2.05$ cp temp.txt dir1
bash-2.05$ mkdir dir2
bash-2.05$ mv temp.txt dir2
How many copies of a file named temp.txt exist after running the commands above? a) 1 b) 2 c) 3 d) 0 e) None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
