Question 236

A developer is unable to access a Linux server via SSH. Given the following output:
SSH server configuration (/etc/ssh/sshd_config):
PermitRootLogin no
PubkeyAuthentication yes
PasswordAuthentication yes
GSSAPIAuthentication yes
X11Forwarding no
User Information (/etc/passwd):
developer:x:1000:1000:comptia:/home/developer:/bin/bash
User Shadow File (/etc/shadow):
developer:!!::0:99999:7:::
Which of the following explains why the developer is unable to log in to the server?
  • Question 237

    A systems administrator created a user cron to run a scheduled database backup cronjob on the server at 1 a.
    m. every day. The following is the cronjob syntax:
    0 1 * * * /bin/sh backup.sh
    The backups, however, are not being created. When checking the crontab file, the administrator sees the following error:
    /var/spool/cron/crontab/cron: Permission denied
    Which of the following will permit the cronjob to execute?
  • Question 238

    A Linux administrator is troubleshooting an issue in which users are not able to access https://portal.comptia.
    org from a specific workstation. The
    administrator runs a few commands and receives the following output:

    Which of the following tasks should the administrator perform to resolve this issue?
  • Question 239

    The journald entries have filled a Linux machine's /var volume. Which of the following is the best command for a systems administrator to use to free up the disk space occupied by these entries?
  • Question 240

    A Linux engineer is removing a previously created firewall rule. Which of the following commands will help the administrator accomplish this task?