Linux Makefile Question:
Download Questions PDF

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

Answer:

d) None of the given choices

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
The command chmod 4777 a.out:
a) will set the suid bit of a.out
b) will set the suid bit of a.out only if the command is issued by root
c) is not a valid command
d) will set the sticky bit of a.out
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