31.
The file permission 764 means:

33.
Which one of the following string will print by this program?
#include<stdio.h>
#include<pthread.h>
int main()
{
     printf("Example\n");
     pthread_exit("Bye");
     printf("Linux");
     return 0;
 }

36.
The user bhojas logged in and performed the following sequence of command. What will be the output of the last command?
$ cd project/module1
$ pwd

Read More Section(Linux)

Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.