Question 16

Which of the following entries in /etc/syslog.confwrites all mail related events to the file /var/log/ maillogand sends all critical events to the remote server logger.example.com?
mail.* /var/log/maillog
  • Question 17

    What is the purpose of the Sticky Keys feature in X?
  • Question 18

    What is the purpose of TCP wrapper?
  • Question 19

    What is the main difference between the batch and at commands?
  • Question 20

    After issuing:
    function myfunction { echo $1 $2 ; }
    in Bash, which output does:
    myfunction A B C
    Produce?