Question 256

Joe, a user, is unable to log in to the Linux system Given the following output:

Which of the following command would resolve the issue?
  • Question 257

    A Linux administrator needs to expose port 9000 for a container to listen during runtime. The Linux administrator creates a Dockerfile with the following entries:
    # Test-Container
    FROM node:9-alpine -
    WORDDIR /usr/src/app -
    COPY package*.json ./
    RUN npm install -
    copy . .
    EXPOSE 9000 -
    CMD ['npm", "start"]
    Which of the following commands should the administrator use to accomplish this task? (Choose two.)
  • Question 258

    A Linux administrator attempts to log in to a server over SSH as root and receives the following error message: Permission denied, please try again. The administrator is able to log in to the console of the server directly with root and confirms the password is correct. The administrator reviews the configuration of the SSH service and gets the following output:

    Based on the above output, which of the following will most likely allow the administrator to log in over SSH to the server?
  • Question 259

    A junior developer is unable to access an application server and receives the following output:

    The systems administrator investigates the issue and receives the following output:

    Which of the following commands will help unlock the account?
  • Question 260

    When trying to log in remotely to a server, a user receives the following message:

    The server administrator is investigating the issue on the server and receives the following outputs:

    Which of the following is causing the issue?