QuestionQ22
Finding Your Way on a Linux SystemWhich command copies the contents of the /etc/ directory, including every subdirectory, into /root/?
- A copy /etc /root
- B cp -r /etc/* /root
- C cp -v /etc/* /root
- D rcp /etc/* /root
- E cp -R /etc/. /root
Community Discussion