《《aix系统应用基础》练习题10-脚本程序设计.pptx》由会员分享,可在线阅读,更多相关《《aix系统应用基础》练习题10-脚本程序设计.pptx(2页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
答案:答案:B What should be done to make a shell script executable?A.use the run commandB.set the execute permissionC.call it from another command or programD.use a shell script compiler to convert its textto an executable program答案:答案:D What should be done to test the lines of a shell script?A.use the exec commandB.run the shell syntax checker shckC.model them with a high level language(e.g.,”C”)firstD.enter each one at the command line and check the results