XK0-005 Exam Question 126

A developer is trying to install an application remotely that requires a graphical interface for installation. The developer requested assistance to set up the necessary environment variables along with X11 forwarding in SSH. Which of the following environment variables must be set in remote shell in order to launch the graphical interface?
  • XK0-005 Exam Question 127

    A systems administrator created a new directory with specific permissions. Given the following output:
    # file: comptia
    # owner: root
    # group: root
    user: : rwx
    group :: r-x
    other: :---
    default:user :: rwx
    default:group :: r-x
    default:group:wheel: rwx
    default:mask :: rwx
    default:other ::-
    Which of the following permissions are enforced on /comptia?
  • XK0-005 Exam Question 128

    An administrator deployed a Linux server that is running a web application on port 6379/tcp.
    SELinux is in enforcing mode based on organization policies.
    The port is open on the firewall.
    Users who are trying to connect to a local instance of the web application receive Error 13, Permission denied.
    The administrator ran some commands that resulted in the following output:

    Which of the following commands should be used to resolve the issue?
  • XK0-005 Exam Question 129

    A systems administrator pressed Ctrl+Z after starting a program using the command line, and the shell prompt was presented. In order to go back to the program, which of the following commands can the administrator use?
  • XK0-005 Exam Question 130

    A user is asking the systems administrator for assistance with writing a script to verify whether a file exists. Given the following:

    Which of the following commands should replace the <CONDITIONAL> string?