Exercise #3 (cp)
Assume that your current working directory is '/tmp' and your home directory is '/home/jack'. Which of the below commands will copy all the content of '/tmp/test/' to a 'test' subdirectory of your home directory?
A. cp -r test/* /home/jack
B. cp -r ./test ~
C. cp -r ~/test .
D. cp -r /tmp/test /home/jack/test
There are no published comments.
New comment