Question 41

Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to another address and is configurable by the user themselves?
  • Question 42

    The system's timezone may be set by linking /etc/localtime to an appropriate file in which directory? (Provide the full path to the directory, without any country information)

    Question 43

    What keyword is missing from this code sample of a shell script?
    ____ i in *.txt; do
    echo $i
    done
  • Question 44

    Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.)

    Question 45

    Which of the following commands can identify the PID od a process which opened a TCP port?