Bash Choice Questions

Question 1 of 84

Which of the three methods will copy the directory named "photo dir" recursively from the user's home directory to /backups?

cp -R "~/photo dir" /backups #method1
cp -R ~"/photo dir" /backups #method2
cp -R ~/"photo dir" /backups #method3

Time Remaining:01:30

Questions: 1/84