Linux Makefile Question:
Download Questions PDF

If the umask value is 0002. What will be the permissions of new directory:
a) 777
b) 775
c) 774
d) 664

Answer:

b) 775

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
If we want to execute the make-file by just giving the "make" command, make-file should be named as:
a) Make-file
b) makefile
c) MAKEFILE
d) none of the mentioned
In make-file the comment begins with the character:
a) $
b) #
c) /*
d) none of the mentioned