⟩ Which command can create environment variable? a) export b) set c) read d) none of the mentioned
a) export
a) export
The GDB command "show output-radix" a) sets the default base for numeric display b) displays the current default base for numeric display c) both (a) and (b) d) none of the mentioned
The command "show commands" of GDB a) displays the last 10 commands in the command history b) displays all commands of the command history c) displays all the commands available in GDB d) none of the mentioned
In GDB, a trace-point can be set by the command a) trace b) set c) break trace d) none of the mentioned
Which one of the following command saves the command history of GDB in a file? a) history b) set history c) set history save on d) none of the mentioned
If we use a driver for various device files, then a) minor number will be different for every device file b) minor number will be same for every device file c) minor number can not be allocated for any device file d) none of the mentioned
In linux, a device driver can work without the a) major number b) minor number c) device file name d) none of the mentioned
In we use a driver for N number of files, then we have to create ____ device files. a) N b) 1 c) N-1 d) none of the mentioned
In linux kernel 2.1, the minor numbers were used to a) represent the sub-functionalitites of the driver b) identify the driver c) represent the device files d) none of the mentioned
The minor number range should be a) 0 to 15 b) 0 to 63 c) 0 to 255 d) none of the mentioned
Which one of the following is not true? a) dynamic allocation of major numbers is not possible b) major number can not be shared among drivers c) both (a) and (b) d) none of the mentioned