A technician is logged into the network through VPN. Which of the following utilities can be used to connect to a server to verify a process is running? (Choose two.)
A. RDP
B. SSH
C. DNS
D. LDAP
E. Bash
F. ping
Answer:
A. RDP
B. SSH
You might also like to view...
Which of the following statements is false?
a. A floating-point number is a number with a decimal point. b. Java provides two primitive types for storing floating-point numbers in memory—float and double. c. Variables of type float represent single-precision floating-point numbers and have seven significant digits. d. Variables of type double represent double-precision floating-point numbers; these require twice as much memory as float variables and provide 14 significant digits.
How do default values assist with data entry?
What will be an ideal response?
If field codes have been toggled on in a table, which cells are shaded?
A) Only the cells that contain formulas B) Only the cells that contain data C) All cells in a table D) All cells that contain data or formulas
A Linux user needs to find all instances of the word admin in /var/log/auth.log. Which of the following commands will perform this function?
A. grep B. ls C. rm D. cp E. apt-get