An administrator needs to reconfigure a Linux server’s OS. Which of the following tools can the administrator
use to access a command shell over the network? (Choose two.)

A.
Connect with SSH
B.
Connect with RDP
C.
Connect with VNC
D.
Connect with BASH
E.
Connect with FTP
Pretty sure it’s A and D
Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. * [Source: BASH GNU project]
0
1
yes, but the question focus via remotely. can u send your bash commands using bash to other servers? the current answer fits the question.
2
0