Write some bash commands to list all the php scripts (*.php) in the current directory and its
sub-directory. Try to use as many different methods as possible.
第1题:
A.php.ini-dist
B.php.ini-recommendet
C.httpd.conf
D.smarty.class.php
第2题:
用 BASH 和 perl 命令(脚本),列出当前目录及其子目录里面所有扩展名为.php 的文件。尽量
使用多种不同的方法。
第3题:
A. mv /home/operator .
B. mv /home/operator/* .
C. mv /home/operator ../..
D. mv /home/operator/all ../home/operator
第4题:
第5题:
第6题:
第7题:
在“.php”后缀的文件中,所有的PHP代码都只能写在“<?php?>”标记内。
第8题:
下列哪些是PHP的配置文件?()
第9题:
要配置PHP环境,只需修改()
第10题:
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()
第11题:
Examine the following command; ALTER SYSTEM SET enable_ddl_logging = TRUE; Which statement is true?()
第12题:
PHP的配置文件中,除了php.ini文件还有哪两个文件?()
第13题:
A directory contains many a numbered sub-dir, and other files or directories as well. Each numbered
sub-dir contains pictures(only jpg or png) and other files. Some of the pictures are original, while the
others are the result of conversion from the original(jpg.jpg or png.png or jpg.png). Write a BASH
command/script. to list all those orphaned pictures whose original counterparts are missing.
第14题:
A.CD
B.DIR
C.MD
D.RD
第15题:
You are the network administrator for All network servers run either Windows 2000 Server or Windows Server 2003, and all client computers run Windows XP Professional.A computer named Server2 runs Windows Server 2003 with IIS 6.0 installed. On Server2, you create a virtual directory named WebFolder. You use IIS Manager to enable the following permissions on WebFolder: Read, Write, and Directory Browsing.When users try to access WebFolder as a Web folder from Internet Explorer, they receive the error message shown in the exhibit.You need to ensure that all users can access WebFolder as a Web folder.What should you do?()
A. Restart the World Wide Web Publishing Service on Server2.
B. Enable anonymous access to WebFolder.
C. Modify the Execute permissions to allow scripts and executable files.
D. Enable the WebDAV Web service extension on Server2.
第16题:
第17题:
第18题:
You want to create a template to be used as a standard for all company reports, which are many different styles. How many different templates must you have if you plan to use multiple report styles?()
第19题:
下列PHP开始和结束标签写法错误是()。
第20题:
下列命令中不是PHP的输出命令的是()
第21题:
A technician is renaming files on a PC from a command prompt and is currently in the root of driveC: Which of the following commands should the technician use to move to a different directory? ()
第22题:
What information does the help reference command provide?()
第23题:
下列预定义常量中,可以用于获取PHP版本信息的是()。