What is the output of this program? #include #include #include sem_t st; void *f
What is the output of this program? #include #include #include sem_t st; void *fun_t(void *arg); void *fun_t(void *arg) { pthread_exit(“Bye”); } int main() {…
This program will print . . . . . . . . as output. #include #include #include in
This program will print . . . . . . . . as output. #include #include #include int main() { pid_t child; child =…
Which one of the following file contains the environment for the process?
Which one of the following file contains the environment for the process?
An awk program can be run by
An awk program can be run by
The file /proc/modules is a text list of
The file /proc/modules is a text list of
What is the output of this program? #include #include #include #include int main
What is the output of this program? #include #include #include #include int main() { sem_t* sem_id; int value; sem_id = sem_open(“new_13”,O_CREAT,0666,3); if(sem_id == SEM_FAILED)…
The file /proc/[PID]/mountinfo contains
The file /proc/[PID]/mountinfo contains
The result of an expression can be assigned to an environement variable with the
The result of an expression can be assigned to an environement variable with the command
Which of the following time stamps need not exist for a file on traditional unix
Which of the following time stamps need not exist for a file on traditional unix file system
Kernel modules are present in
Kernel modules are present in
On x86-32 Linux, at which address the user stack resides normally?
On x86-32 Linux, at which address the user stack resides normally?
Sysfs is initialised in . . . . . . . . file via sysfs_init function.
Sysfs is initialised in . . . . . . . . file via sysfs_init function.
