Linux - Study Mode
[#726] In the preprocessing stage of compilation
Correct Answer
(D) all of the mentioned
[#727] The command "gdb demo"
Correct Answer
(A) will start debugging for the file "demo" if the file is compiled with -g option with GCC
[#728] The -shared option of gcc generates shared . . . . . . . . for shared library.
Correct Answer
(A) object file
[#729] Which one of the following is a element of a kset data structure?
Correct Answer
(C) pointer to the subsystem descriptor & kobject type descriptor of the kset
[#730] What can he used to set up a firewall on a Linux system?
Correct Answer
(D) ipchains