QUIZ Flashcards
command can load and unload a kernel module from memory
modprobe
command loads a kernel module into memory
modprobe
real file system
XFS
pseudo file system
sysfs
commonly mounted at /sys and is mounted automatically by the system
sysfs filesystem
This command lists the block devices (such as hard disks) on your system.
lsblk
command allows you to view the hot-pluggable devices currently connected to your system
lsusb
run level reboots system
6
Which two commands will show you output from the kernel ring buffer?
journalctl -k
dmesg
‘sysvinit’ run level for single user mode
Runlevel 1
Which option provides a desktop environment on a Linux workstation?
runlevel 5
valid initialization systems for Linux
sysvinit
upstart
When is the initial ramdisk no longer needed during the boot process?
Once the init system has taken over mounting the computers’ file systems.
commands that completely power down a system
shutdown -P
systemctl poweroff
Which command starts a graphical desktop session on a Linux system running sysvinit
telinit 5