Linux Makefile Question:
Download Questions PDF

If make command is executed as "make -j 2″, then:
a) two jobs will run simultaneously
b) only two will be executed
c) it will give an error
d) none of the mentioned

Answer:

a) two jobs will run simultaneously

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
As we type "make" command on the terminal:
a) make reads the makefile in the current directory
b) make reads the makefile in the parent directory
c) make reads the makefile in the predefined environment variable
d) none of the mentioned
The permission -rwxr-xr-t represented in octal expression will be:
a) 0777
b) 1755
c) 1754
d) 2754