Linux - Kernel and peripherals

Linux - Kernel and peripherals

University

8 Qs

quiz-placeholder

Similar activities

SYCS - OS UNIT 1 - Chapter 2

SYCS - OS UNIT 1 - Chapter 2

University

10 Qs

Uni 1

Uni 1

University

13 Qs

Sistem Operasi

Sistem Operasi

6th Grade - University

10 Qs

Network Programming Quiz Mid 1 2022

Network Programming Quiz Mid 1 2022

University

10 Qs

Pemrograman Android KD 3.28/4.28

Pemrograman Android KD 3.28/4.28

1st Grade - Professional Development

10 Qs

C-21 IV Sem OS Quiz-1 Jan2024

C-21 IV Sem OS Quiz-1 Jan2024

University

10 Qs

8. 202.3 Alternate Bootloaders

8. 202.3 Alternate Bootloaders

University

8 Qs

Unscramble in Logical Order

Unscramble in Logical Order

University

10 Qs

Linux - Kernel and peripherals

Linux - Kernel and peripherals

Assessment

Quiz

Computers

University

Hard

Created by

Laurent Mathieu

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement about the driver is FALSE?

It provides access to the processes

It provides access to virtual devices

It provides access to physical devices

It lies between the kernel and the device

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which folder is ephemeral and stored in RAM?

/dev

/boot

/var

/etc

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Udev responsible for?

Automatic detection of new devices

Automatic installation of required drivers

Automatic mounting of drives in /udev

Auto-start of the driver deamon

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Where is the kernel loaded from?

/boot

/etc

/dev

/root

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which parameters CANNOT be used to update a kernel with yum?

yum update kernel

yum install kernel

yum upgrade kernel

yum refresh kernel

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How can you change kernel boot parameters?

Modify the /etc/default/grub file and run the grub2-mkconfig command

Modify the /etc/default/grub file and run the kmod-config command

Modify the /etc/default/kernel file and run the kmod-config command

Modify the /etc/default/kernel file and run the grub2-mkconfig command

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How can you read messages from the kernel?

/var/kern.log

kmesg

kmod

dmesg

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to verify which kernel file and which parameters were used for booting up the system?

dmesg

kmod

kernlist

uname