EX200 Exam Question 61

CORRECT TEXT
Configure a HTTP server, which can be accessed through http://station.domain40.example.com.
Please download the released page from http://ip/dir/example.html.

EX200 Exam Question 62

The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If
the error has not been committed to the repository yet, which of the following gitcommands reverts the local
copy of index.phpto the latest committed version in the current branch?
  • EX200 Exam Question 63

    Copy /etc/fstab document to /var/TMP directory. According the following requirements to configure the permission of this document.
    * The owner of this document must be root.
    * This document belongs to root group.
    * User mary have read and write permissions for this document.
    * User alice have read and execute permissions for this document.
    * Create user named bob, set uid is 1000. Bob have read and write permissions for this document.
    * All users has read permission for this document in the system.

    EX200 Exam Question 64

    Set cronjob for user natasha to do /bin/echo hiya at 14:23.

    EX200 Exam Question 65

    Configure the permissions of /var/tmp/fstab
    Copy the file /etc/fstab to /var/tmp/fstab. Configure the permissions of /var/tmp/fstab so that:
    the file /var/tmp/fstab is owned by the root user.
    the file /var/tmp/fstab belongs to the group root.
    the file /var/tmp/fstab should not be executable by anyone.
    the user natasha is able to read and write /var/tmp/fstab.
    the user harry can neither write nor read /var/tmp/fstab.
    all other users (current or future) have the ability to read /var/tmp/fstab.