FileSystem Object有两个方法,分别为CreatText File方法和OpenText File方法。
第1题:
A user reports that they are getting an error when trying to save a video file to a share on a server running Windows Server 2003. The administrator looks at the file and finds that it is 5GB. The administrator checks the server and finds that the server has 100GB of free space. This file needs to be saved on the server.Which of the following should the administrator do to accomplish this?()
A. Convert the filesystem to EXT3.
B. Convert the filesystem to VMFS.
C. Convert the filesystem to NTFS.
D. Convert the filesystem to FAT32.
第2题:
第3题:
File类中的listFiles()方法说法正确的是()。
第4题:
wait()方法首先是哪个类的方法?()
第5题:
File类提供的静态方法有哪些,各有什么用?
第6题:
An application writes to a log file in the /logs filesystem that is full. After the log file is deleted,‘df’ still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()
第7题:
A user reports that they are getting an error when trying to save a video file to a share on a server running Windows Server 2003. The administrator looks at the file and finds that it is 5GB. The administrator checks the server and finds that the server has 100GB of free space. This file needs to be saved on the server. Which of the following should the administrator do to accomplish this?()
第8题:
What is the process for creating an NFS mount between two servers in the same network zone?()
第9题:
Given that file is a reference to a File object that represents a directory, which code fragments will succeed in obtaining a list of the entries in the directory?()
第10题:
Object
Thread.
Runnable
File
第11题:
获取File对象封装的路径下的全部文件和文件夹对象
只获取File对象封装的路径下的文件
该方法返回File类型数组
该方法返回String类型数组
第12题:
单击“File/Place”命令
单击“File/New”命令
单击“Layout/InsertPages”命令
单击“File/Open”命令
第13题:
The(72)turns the source file into an object file and the(73)turns the object file into an executable file.
A.translator
B.compiler
C.interpreter
D.linker
第14题:
An application writes to a log file in the /logs filesystem that is full. After the log file is deleted, 'df' still shows the filesystem as 100% full. What is the likely cause of the problem and what will resolve it?()
第15题:
File类提供实现文件读写的操作方法。
第16题:
关于File类中的exists()方法说法错误的是()。
第17题:
下面可打开文件的方法有()
第18题:
要新建一个出版物可以采用()方法。
第19题:
Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
第20题:
A system administrator is unable to unmount a file system. Which is the appropriate command to determine who or what is accessing the file system?()
第21题:
You are developing an application to create a new file on the local file system.You need to define specific security settings for the file. You must deny the file inheritance of any default security settings during creation.What should you do?()
第22题:
Create the file by using a new FileStream object by passing the FileSecurity object as a parameter to the FileStream constructor.
Create a new FileSecurity object.
Apply the permissions by using the File class.
Create a new FileSystem Access Rule object for each permission that you need,and add each rule to the FileSecurity object.
Create a new FileSystem Audit Rule object and add it to the FileSecurity object.
第23题: