Linux Makefile Question:
Download Questions PDF

Which of the following umask settings doesn't allow execute permission to be set by default on directory files?
a) 222
b) 111
c) 000
d) 444

Answer:

c) 000

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following umask settings allow execute permission to be set by default on regular files?
a) 222
b) 111
c) 000
d) None of the given choices
The permission -rwxr–r– represented in octal expression will be?