Linux Makefile Question:
Download Questions PDF

The file permission 764 means:
a) Every one can read, group can execute only and the owner can read and write
b) Every one can read and write, but owner alone can execute
c) Every one can read, group including owner can write, owner alone can execute
d) Every one can read and write and execute

Makefile Interview Question
Makefile Interview Question

Answer:

c) Every one can read, group including owner can write, owner alone can execute

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
The permission -rwxr-r- represented in octal expression will be:
a) 777
b) 666
c) 744
d) 711
Effective user id can be set using following permission:
a) 0777
b) 2666
c) 4744
d) 1711