Process information in the current shell can be obtained by using
Process information in the current shell can be obtained by using
How do you print the lines between 5 and 10, both inclusive
How do you print the lines between 5 and 10, both inclusive
Section 2 of manpage describes
Section 2 of manpage describes
In vi editor, which command reads the content of another file?
In vi editor, which command reads the content of another file?
Which of these commands could you use to show one page of output at a time?
Which of these commands could you use to show one page of output at a time?
The specific break point can be deleted by . . . . . . . . command in GDB.
The specific break point can be deleted by . . . . . . . . command in GDB.
If we want to execute the makefile by just giving the “make” command, makefile s
If we want to execute the makefile by just giving the “make” command, makefile should be named as
Which of the following is not correct statement regarding file types?
Which of the following is not correct statement regarding file types?
What is the output of this program? #include #include int main() { int *ptr1; wh
What is the output of this program? #include #include int main() { int *ptr1; while(1){ ptr1 = malloc(1024*1024); if(ptr1 == 0) break; sleep(1); printf(“Examplen”);…
Which option of rmdir command will remove all directories a, b, c if path is a/b
Which option of rmdir command will remove all directories a, b, c if path is a/b/c
What is the output of this program? #include #include #include void *fun_t(void
What is the output of this program? #include #include #include void *fun_t(void *arg); void *fun_t(void *arg) { pthread_exit(“Bye”); } int main() { pthread_t pt;…
The login shell is
The login shell is
