Which one of the following command can list the symbols defined in a library?
Which one of the following command can list the symbols defined in a library?
What is the output of this program? #include #include int a; void *fun_t(void *a
What is the output of this program? #include #include int a; void *fun_t(void *arg); void *fun_t(void *arg) { printf(“%dn”,a); pthread_exit(“Bye”); } int main() {…
cat > file2 | file3
cat < file1 >> file2 | file3
While debugging with GDB
While debugging with GDB
While debugging with GDB, arguments to the program can be specified by the argum
While debugging with GDB, arguments to the program can be specified by the arguments of . . . . . . . . command.
The “step” command of GDB
The “step” command of GDB
What is the output of the following program? x = 3; y = 5; z = 10; if [( $x -eq
What is the output of the following program? x = 3; y = 5; z = 10; if [( $x -eq 3 ) -a…
The command “mknod myfifo b 4 16”
The command “mknod myfifo b 4 16”
Which command identifies the resource of a command?
Which command identifies the resource of a command?
Which file contains the filesystems to be automatically mounted during boot?
Which file contains the filesystems to be automatically mounted during boot?
File descriptor table indexes which kernel structure?
File descriptor table indexes which kernel structure?
A system has 512MB of physical memory. Which among the following is not a suitab
A system has 512MB of physical memory. Which among the following is not a suitable virtual memory size for this system architecture?