FILL BLANK
With IPv6, how many bits have been used for the interface identifier of an unicast address? (Specify the
number using digits only.)
Reveal answer details Close answer details
Accepted answerAnswer: 64
LPI · 102-400
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Fill in the blank
FILL BLANK With IPv6, how many bits have been used for the interface identifier of an unicast address? (Specify the Reveal answer details Close answer detailsAccepted answerAnswer: 64
Single choice
For accessibility assistance, which of the following programs is an on-screen keyboard? Reveal answer details Close answer detailsCorrect answerC
Fill in the blank
FILL BLANK After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. Reveal answer details Close answer detailsAccepted answerAnswer: lpq, /usr/bin/lpq, lpstat, /usr/bin/lpstat
Single choice
Which of the following commands lists all defined variables and functions within Bash? Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the difference between the commands test -e path and test -f path? Reveal answer details Close answer detailsCorrect answerC
Fill in the blank
FILL BLANK With X11 forwarding in ssh, what environment variable is automatically set in the remote host shell that is not set when X11 forwarding is not enabled? (Specify only the environment variable without any additional commands or values.) Reveal answer details Close answer detailsAccepted answerAnswer: DISPLAY, $DISPLAY
Single choice
On a regular users workstation the route command takes a long time before printing out the routing table. Which of the following errors does that indicate? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Which of the following may occur as a consequence of using the command ifconfig? (Choose THREE correct answers.) Reveal answer details Close answer detailsCorrect answersB, C, D
Multiple choice
What is the command to delete the default gateway from the system IP routing table? (Choose TWO correct answers.) Reveal answer details Close answer detailsCorrect answersA, D
Fill in the blank
FILL BLANK The presence of what file will temporarily prevent all users except root from logging into the system? (Specify the full name of the file, including path.) Reveal answer details Close answer detailsAccepted answerAnswer: /etc/nologin
Single choice
In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true? Reveal answer details Close answer detailsCorrect answerA
Fill in the blank
FILL BLANK By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.) Reveal answer details Close answer detailsAccepted answerAnswer: /etc/skel
Multiple choice
Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.) Reveal answer details Close answer detailsCorrect answersB, C
Single choice
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.) Reveal answer details Close answer detailsAccepted answerAnswer: xorg.conf
Single choice
Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.) Reveal answer details Close answer detailsCorrect answersA, C, D
Single choice
After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce? Reveal answer details Close answer detailsCorrect answerA |