101-350試験無料問題集「Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 認定」

What does the ? symbol mean in the following grep regular expression:
grep '^d[aei]\?d$' /usr/share/dict/words

Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?

What is the purpose of the & character at the end of a command line?

CORRECT TEXT
Which umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Specify only the numerical umask value.)
正解:
0077, 077
Which of the following explanations are valid reasons to run a command in the background of your shell?

Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)

CORRECT TEXT
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
正解:
mkdir, /usr/bin/mkdir
Identify the proper device for the second partition on the only SCSI drive on the system.

In the command foo < bar | foobar, which ONE of the following statements is correct?

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)

Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO correct answers.)

CORRECT TEXT
_________ /dev/sda3 will create a swap area on the device /dev/sda3.
正解:
/sbin/mkswap, mkswap
Which RPM command will output the name of the package which supplied the file /etc/exports?