HP Exam Questions

Which ROSH syntax is used to copy a script to a managed server and run it?

Which ROSH syntax is used to copy a script to a managed server and run it?

A.
rosh -n server-name -l user-name command-name

B.
rosh -n server-name -l user-name -s file-name

C.
rosh -n server-name -l user-name -c file-name

D.
rosh -n server-name -l user-name –run file-name

Explanation: