The user scott issues the cp -f ~/file1 /tmp/dir2 command. Which of these statements are true
about this command? (Choose all that apply.)
A.
The /root/file1 file is copied to the /tmp/dir2 directory.
B.
If /tmp/dir2 exists and is a file, it will be overwritten by file1.
C.
The file1 file is copied from scott’s home directory to /tmp/dir2.
D.
If /tmp/dir2 does not exist, ~/file1 will be copied as /tmp/file1.
Explanation: