Question 261

A new drive was recently added to a Linux system. Using the environment and tokens provided, complete the following tasks:
* Create an appropriate device label.
* Format and create an ext4 file system on the new partition.
The current working directory is /.

Question 262

The security team has identified a web service that is running with elevated privileges A Linux administrator is working to change the systemd service file to meet security compliance standards. Given the following output:

Which of the following remediation steps will prevent the web service from running as a privileged user?
  • Question 263

    A Linux systems administrator is resolving a privileged access issue for users who are members of an admin group. Which of the following configuration files should the administrator update so the users in the admin group will have root privileged access to the Linux system?
  • Question 264

    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?
  • Question 265

    A junior Linux administrator is tasked with installing an application. The installation guide states the application should only be installed in a run level 5 environment.

    Which of the following commands would ensure the server is set to runlevel 5?