Question 1

A junior Linux administrator is setting up system-wide configuration settings. The goal is to ensure the PATH environment variable includes the following locations for all users who log into a Linux system.

The administrator issues the following commands at the terminal:

Respectively, the output of these commands is as follows:

Given this output, which of the following would be the BEST action for the administrator to perform to address this issue?
  • Question 2

    A technician suspects a company's border firewall is down, thus blocking Internet access. The technician executes the following commands:
    #ping -c 1 firewall.company.com
    64 bytes from firewall.company.com (192.168.1.1): icmp_seq=1 ttl=64 time=0.061ms
    #ping -c 16 www.comptia.com
    16 packets transmitted, 0 received, 100% packet loss, time 14999ms
    Which of the following commands should the technician use to BEST determine the source of this outage?
  • Question 3

    A junior Linux administrator is updating local name resolution to support IPv6. The administrator issues the command cat /etc/hosts and receives the following output:
    127.0.0.1 localhost
    Which of the following actions should the administrator perform to accomplish this task?
  • Question 4

    Which of the following commands should a system administrator use to configure a passwordless login to remote system? (Select TWO.)
  • Question 5

    A junior systems is configuring localization option environment variables. The administrator is given a checklist of tasks with the following requirements:
    View current settings of the LC_ALL environment variable only.
    Modify the LANG environment variable to US English Unicode.
    Given this scenario, which of the following should be performed to meet these requirements? (Choose two.)