Question 46
When given the following command line.
echo "foo bar" | tee bar | cat
Which of the following output is created?
echo "foo bar" | tee bar | cat
Which of the following output is created?
Question 47
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
Question 48
What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.)
Question 49
What is the first program the Linux kernel starts at boot time when using System V init?
/lib/init.so
/lib/init.so
Question 50
Which of the following commands loads a kernel module along with any required dependency modules?
depmod
depmod