⟩ You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
whatis
The whatis command displays a summary line from the man page for the specified command in Linux.
whatis
The whatis command displays a summary line from the man page for the specified command in Linux.
The files of sysfs contains the information about a) devices and drivers b) memory mapping c) ports d) none of the mentioned
Which one of the following is not true? a) any file of the sysfs can not be edited b) some files of the sysfs are writable for configuration of devices c) both (a) and (b) d) none of the mentioned
In linux sysfs is always mounted at a) /sys b) /proc/sys c) /proc/mounts d) none of the mentioned
Libsysfs is a a) user space library b) kernel space library c) not a library d) none of the mentioned
Sysfs represents the a) kernel objects b) libraries c) API d) none of the mentioned
Sysfs does not contains a) regular files b) symbolic links c) directories d) none of the mentioned
The directories in the /sys directory represents a) the device files b) major subsystems that are registered with sysfs c) details of buses only d) none of the mentioned
In sysfs the device drivers of same _____ are expected to provide same functionalities to the user mode application. a) class b) kobjects c) ksets d) none of the mentioned
In which directory every kernel module of the system is represented? a) /sys/kernel b) /sys/module c) /sys/kernel/module d) none of the mentioned
The channel between the processor and devices is called? a) bus b) driver c) class d) none of the mentioned