Makefile

  Home  Operating System Linux  Makefile


“Linux Makefile frequently Asked Questions by expert members with experience in Makefile. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”



56 Makefile Questions And Answers

18⟩ If user tries to remove (rm) a readonly file (444 permission), what will happen? a) The file is removed successfully (and silently) b) The rm command prompts for a confirmation, the command is successful upon confirmation c) The rm command prompts for a confirmation, however the operation fails because of insufficient permissions d) The rm command fails because of insufficient permissions

b) The rm command prompts for a confirmation, the command is successful upon confirmation

 156 views