Question 11
What is the first program the Linux kernel starts at boot time when using System V init?
/lib/init.so
/lib/init.so
Question 12
What does the command mount -a do?
Question 13
Consider the following output from the command ls -i:

How would a new file named c.txt be created with the same inode number as a.txt(Inode 525385)?
ln -h a.txt c.txt

How would a new file named c.txt be created with the same inode number as a.txt(Inode 525385)?
ln -h a.txt c.txt
Question 14
Which file defines the network locations from where the Debian package manager downloads software packages?
/etc/dpkg/dpkg.cfg
/etc/dpkg/dpkg.cfg
Question 15
Which command uninstalls a package but keeps its configuration files in case the package is re-installed?
