Question 71

What the echo $$ command?
  • Question 72

    FILL BLANK
    Which command included in systemd supports selecting messages from the systemd journal by criteria such as time or unit name? (Specify only the command without any path or parameters.)

    Question 73

    On a system running the KDE Display Manager, when is the /etc/kde4/kdm/Xreset script automatically executed?
  • Question 74

    On a machine running several X servers, how do programs identify the different instances of the X11 server?
  • Question 75

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