A Linux systems administrator needs to copy the contents of a directory named `working` on the local working system to a folder /var/www/html on a server named ...


CompTIA XK0-004 Exam

Questions Number: 29 out of 180 Questions
16.11%

Question 29
A Linux systems administrator needs to copy the contents of a directory named `working` on the local working system to a folder /var/www/html on a server named `corporate-web`.
Which of the following commands will allow the administrator to copy all the contents to the web server?
A. scp -r working/* [email protected]:/var/www/html
B. tar working/* [email protected]:/var/www/html
C. cp -r working/* [email protected]:/var/www/html
D. mv working [email protected]:/var/www/html




Previous Questions Next Questions