在csh中,变量名IGNOREEOF表示()。A、执行之前显示每一条命令B、使文件名结束C、必须用logout注销,而不是^DD、禁止文件名扩展
在csh中,变量名IGNOREEOF表示()。
- A、执行之前显示每一条命令
- B、使文件名结束
- C、必须用logout注销,而不是^D
- D、禁止文件名扩展
相关考题:
在VBA中,下列变量名中不合法的是( )。 A.HelloB.Hello WorldC.3hello 在VBA中,下列变量名中不合法的是( )。A.HelloB.Hello WorldC.3helloD.Hell0—World
A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the following actions should be performed?()A、Run the command chlogin -shell "csh"B、Run the command mkuser -default "SHELL=csh"C、Edit /etc/passwd and change all "ksh" entries to "csh"D、Modify the contents of /usr/lib/security/mkuser.default file
在变量定义中,对变量名的要求是() A、在变量所在的整个源程序中变量名必须是唯一的,否则会造成混乱B、变量名中可以包含关键字,但不能是关键字C、变量名不能是java关键字,逻辑值(true或false),以及保留字nullD、变量名中不能出现空格,也不能出现减号E、变量名必须以英语字母打头,不能以数字或汉字打字
多选题在变量定义中,对变量名的要求是()A在变量所在的整个源程序中变量名必须是唯一的,否则会造成混乱B变量名中可以包含关键字,但不能是关键字C变量名不能是java关键字,逻辑值(true或false),以及保留字nullD变量名中不能出现空格,也不能出现减号E变量名必须以英语字母打头,不能以数字或汉字打字
单选题在Makefile文件中,使用变量的值方法是()。A$变量名B$(变量名)C#变量名D#(变量名)