Linux Makefile Question:
Download Questions PDF

srwxr-xrw- is a:
a) internet socket file
b) unix domain socket file
c) symbolic link
d) shared file

Makefile Interview Question
Makefile Interview Question

Answer:

b) unix domain socket file

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
The soft link will increase the link counter of the file (T/F):
a) True
b) False
The permission -rwxr-r- represented in octal expression will be:
a) 777
b) 666
c) 744
d) 711