⟩ With a umask value of 112, what is the default permission assigned to newly created regular file? a) -x-x-wx b) -rw-rw-r- c) -r-xr-x-r- d) -rw-rw-r-
d) -rw-rw-r-
d) -rw-rw-r-
In Linux, the static libraries can be created by a) ar command b) as command c) ap command d) aq command
The archive(ar) utility in linux can a) create a new static library b) insert the object files into the static library c) replace the object files into the static library d) all of the mentioned
The library contains the a) pre-compiled object files b) source files c) header files d) none of the mentioned
In linux shared libraries has the extension of a) .so b) .si c) .sl d) none of the mentioned
Shared libraries can be shared between a) various running programs b) only 2 running programs c) only 8 running programs d) none of the mentioned
Libraries can be linked with ____ to create executables. a) other libraries b) other object files c) both (a) and (b) d) none of the mentioned
In linux, shared library is a a) text file b) binary file c) device file d) none of the mentioned
In GCC compiler, "-shared" option is given to create the shared library with a) source files b) object files c) executables d) none of the mentioned
After using the shared library, memory can be done free by calling a) dlclose b) slclose c) lclose d) none of the mentioned
When a program is linked with a shared library a) only a small table is created in the executable b) executable contains the whole content of respective .so file c) executable contains nothing related with the shared libraries d) none of the mentioned