Podcast
Questions and Answers
What is a limitation of hard links?
What is a limitation of hard links?
- They can be used to link directories.
- They can be used to link special files.
- They can only be created on a single filesystem. (correct)
- They are only available on Linux systems.
What happens when a hard linked file is changed?
What happens when a hard linked file is changed?
- The file is renamed.
- The hard link is broken. (correct)
- A copy of the file is created and consumes additional space.
- The original file is deleted.
In which directory are man pages typically found?
In which directory are man pages typically found?
- /usr/doc/
- /var/pkg/man/
- /usr/share/man/ (correct)
- /opt/man/
What is the purpose of the /proc filesystem?
What is the purpose of the /proc filesystem?
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel?
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel?
What is a characteristic of hard links?
What is a characteristic of hard links?
What is the process ID number of the init process on a System V init based system?
What is the process ID number of the init process on a System V init based system?
What is the command used to list all running processes on a Linux system?
What is the command used to list all running processes on a Linux system?
Which of the following daemons is responsible for handling power management events on a Linux system?
Which of the following daemons is responsible for handling power management events on a Linux system?
What is the function of the systemd system on a Linux system?
What is the function of the systemd system on a Linux system?
What is the parent process of all processes on a System V init based system?
What is the parent process of all processes on a System V init based system?
What is the purpose of the ACPI system on a Linux system?
What is the purpose of the ACPI system on a Linux system?
Where is UEFI firmware typically stored?
Where is UEFI firmware typically stored?
What type of partition is required for UEFI to work?
What type of partition is required for UEFI to work?
What is GPT related to?
What is GPT related to?
What is the primary function of UEFI?
What is the primary function of UEFI?
Where is the EFI System Partition typically located?
Where is the EFI System Partition typically located?
What file system can UEFI recognise on the EFI System Partition?
What file system can UEFI recognise on the EFI System Partition?
What is the vi command to delete two lines, including the current line?
What is the vi command to delete two lines, including the current line?
What happens when the command dbmaint & is used to run dbmaint in the background?
What happens when the command dbmaint & is used to run dbmaint in the background?
Which of the following commands lets dbmaint continue to run even when the user running the program logs out?
Which of the following commands lets dbmaint continue to run even when the user running the program logs out?
What is the purpose of the nohup command?
What is the purpose of the nohup command?
Which of the following commands directly executes the instructions from the file /usr/local/bin/runme.sh without starting a subshell?
Which of the following commands directly executes the instructions from the file /usr/local/bin/runme.sh without starting a subshell?
What is the purpose of the source command in Bash?
What is the purpose of the source command in Bash?
What is the name of the file that stores Bash history?
What is the name of the file that stores Bash history?
Which of the following wildcards will match the filename ttyS0?
Which of the following wildcards will match the filename ttyS0?
Which wildcard will NOT match the filename ttyS2?
Which wildcard will NOT match the filename ttyS2?
What is the correct wildcard to match the filenames ttyS0 and ttyS1?
What is the correct wildcard to match the filenames ttyS0 and ttyS1?
What is the purpose of the file that stores Bash history?
What is the purpose of the file that stores Bash history?
Which wildcard will match the filenames ttyS0, ttyS1, and ttyS2?
Which wildcard will match the filenames ttyS0, ttyS1, and ttyS2?