Question 31
What does the ? symbol within regular expressions represent?
Question 32
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Question 33
A yum repository can declare sets of related packages. Which yumcommand installs all packages belonging to the group admintools?
yum pkgsel --install admintools
yum pkgsel --install admintools
Question 34
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?
Question 35
Which command creates a swap space on a block device or a file? (Specify ONLY the command without any path or parameters.)