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

49⟩ A user executes the following command successfully $ chmod +x file1.txt Which of the following is true of the output of this command? a) The command results in adding execute permission to the user who ran this command b) The command results in adding execute permission for the owner of the file c) The command results in an error since the file is not an executable file d) The command results in adding execute permission for all users (i.e., user,group & others)

d) The command results in adding execute permission for all users (i.e., user,group & others)

 155 views