Remotely Restart Linux Web Services | Server+ Exam SK0-004

Remotely Restart Linux Web Services

Prev Question Next Question

Question

A server technician is notified that Linux web services are no longer accessible.

The technician is at a remote site only has access to a Windows workstation.

Which of the following should the technician use to remotely restart the web services?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The correct answer is A. Connect to the server using SSH.

Explanation:

In order to remotely restart the web services on a Linux server, the technician should connect to the server using SSH (Secure Shell). SSH is a secure network protocol used for remote access to servers and other devices. It provides a secure, encrypted communication channel between the remote technician's workstation and the server, allowing the technician to issue commands and perform administrative tasks on the server as if they were physically present at the server console.

RDP (Remote Desktop Protocol) is a remote access protocol used to connect to Windows servers and workstations. It is not used for remote access to Linux servers.

SCP (Secure Copy Protocol) is a secure file transfer protocol used to transfer files between hosts on a network. It is not used for remote access to Linux servers.

FTPS (File Transfer Protocol Secure) is a secure file transfer protocol used to transfer files between hosts on a network. It is not used for remote access to Linux servers and does not provide the necessary command-line interface to remotely restart web services.

Therefore, the correct answer is A. Connect to the server using SSH.