To specify a runlevel to boot at, add the runlevel to the end of the _____ directive line. title...
Introduction to Linux I
The systemd equivalent of runlevels are called?
The systemd equivalent of runlevels are called? bootlevels targets initstages BIOS
The journalctl command:
The journalctl command: Reads log files in hexadecimal format Has been superceded by the dmesg...
initramfs: (choose two)
initramfs: (choose two) Contains an init script that loads drivers needed for booting the system...
GRUB cannot be used with UEFI. True or False?
GRUB cannot be used with UEFI. True or False? False True
The program that loads the kernel is called the _.
The program that loads the kernel is called the _____. start exec bootloader boot
Which of the following are attributes of the sysfs subsystem:...
Which of the following are attributes of the sysfs subsystem: (choose three) Is an in-memory...
Integrated peripherals are embedded into the _ of a system:
Integrated peripherals are embedded into the _______ of a system: RAM Motherboard CPU Bootloader
Which of the following can be used to view details about USB...
Which of the following can be used to view details about USB devices? (choose two) lsmod lsusb...
How do links support system administration tasks: (choose two)
How do links support system administration tasks: (choose two) Links do not support system...
Which of the following commands will create a soft link to...
Which of the following commands will create a soft link to /tmp/test named /tmp/data? ln -s...
Which permission, when set on a directory, causes new files and...
Which permission, when set on a directory, causes new files and directories that are created inside...
For the rwxr-x–x permission set, the highlighted...
For the rwxr-x--x permission set, the highlighted permissions belong to: The group owner of the...
For rwxr-x–x permission set, the highlighted permissions...
For rwxr-x--x permission set, the highlighted permissions belong to: All users besides the user...
Which command will uncompress the file letters.txt.xz?
Which command will uncompress the file letters.txt.xz? untar letters.txt.xz letters.txt.xz >...