Check Your Understanding Questions

C01-S01:
Q:
A:
C01-S03:
Q:
A:
C02-S01:
Q:
A:
C02-S02:
Q:
A:
Q:
A:
C02-S03:
Q:
A:
C02-S04:
Q:
A:
Q:
A:
Q:
A:
C02-S05:
Q:
A:
Q:
A:
C03-S01:
Q: Please select a possible correct full path for a "photo.jpg" file on a Linux system?
A: A possible correct full path for a "photo.jpg" file on a Linux system is /data/user1/images/photo.jpg.
C03-S02
Q: Which one of the following component actually loads Linux?
A: The boot loader is software that executes after the hardware's BIOS completes its startup tests. The boot loader then loads the operating system.
Q: _______ is responsible for starting system and network services at boot time.
A: init is the parent of all non-kernel processes in Linux and is responsible for starting system and network services at boot time.
C03-S03
Q: You have just brought home a new set top box for your television that includes a digital video recorder (DVR). It is probably running Linux like most currently popular multi-media appliances.
Which variety of Linux would you expect to have been installed on it?
A: A specialized version with only the minimal set of software needed to accomplish its task.
Linux-based appliances have rather specialized needs and usually have customized installations that do not use any extra memory or storage.
Q: What type of Linux configuration file(s) is/are used to automate the installation process?
A: For Fedora-based systems, Kickstart is used to automate the installation process and for SUSE-based systems, AutoYAST installations are used for automating the installation process.
C04-S0