⟩ What command is used to copy files and directories? a) copy b) cp c) rn d) cpy
b) cp
b) cp
What is the difference between a process task and threads?
The directories of /sys directory a) are created at system startup when the subsystems register themselves with object core b) are created when any device is connects with the system c) are created at the time of kernel compilation d) none of the mentioned
The directory /sys/block contains a) sub-directories for each block device b) symbolic link for each block device only c) device file for each block device only d) none of the mentioned
In sysfs, each represented bus type has two directories named as a) attributes and kobjects b) devices and drivers c) devices and kobjects d) none of the mentioned
A device class describes the ____ type of device. a) physical b) stuctural c) functional d) none of the mentioned
Which one of the following directory contains every physical device that has been discovered by the bus types registered with the kernel? a) /sys/devices b) /sys/bus/devices c) /devices d) none of the mentioned
Which type of devices are peripheral devices? a) platform devices b) system devices c) both (a) and (b) d) none of the mentioned
Which one of the following is not a system device? a) CPU b) APIC c) timer d) none of the mentioned
Which one of the following is not a platform specific code? a) x86 BIOS b) EFI on ia64 c) both (a) and (b) d) none of the mentioned
In device driver model bus_type object contains the a) name of the bus type b) set of kobjects of the drivers c) set of kobjects of the devices d) all of the mentioned