⟩ The command 'disown -r' a) removes all jobs b) removes all running jobs c) marks jobs to not receive SIGNUP when bash exits d) marks all jobs
b) removes all running jobs
b) removes all running jobs
By default the GDB automatically executes the command from its a) init files b) start files c) begin files d) none of the mentioned
The user can define a command for GDB with the command a) define b) command c) assign d) none of the mentioned
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