⟩ In Linux kernel-2.6 Real time priority ranges from a) 0 to 99 b) 0 to 139 c) -20 to 19 d) 100 to 139
a) 0 to 99
a) 0 to 99
What is the difference between fork() & exec()?
How to get client port number in server socket programming?
What is the difference between socket & port?
Why bind system call is required in socket programming?
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