XK0-004 Exam Question 51

A Linux administrator is checking connectivity between two servers in separate subnets:
Server A: 10.1.2.20 (source)
Server B: 10.2.1.10 (destination on port 8080)
The administrator tried to run the curl 10.2.1.10:8080 command on server A and received the following output:
curl: (7) Failed to connect to 10.2.1.10 port 8080: Connection refused.
The administrator checked on server B and confirmed nothing is listening on port 8080.
Which of the following commands, when run on server B, would have allowed the administrator to test the connection successfully?
  • XK0-004 Exam Question 52

    A Linux administrator retrieved a repository of files from a Git server using git clone. The administrator wants to see if a configuration file was added to the repository. Which of the following Git arguments should be used to see the recent modifications?
  • XK0-004 Exam Question 53

    A Linux administrator needs every new file created on a directory to maintain the group permissions of the same directory. Which of the following commands would satisfy this requirement?
  • XK0-004 Exam Question 54

    A junior systems administrator is creating a cron job. The cron job requirements are as follows:
    Run the hello.sh script every hour (24 times in one day).
    Run it on Monday only.
    Given this scenario, which of the following crontab options should be configured to meet these requirements?
  • XK0-004 Exam Question 55

    A Linux server has multiple IPs. A Linux administrator needs to verify if the HTTP server port is bound to the correct IP.
    Which of the following commands would BEST accomplish this task?