In a tree directory of a file system, relative path name can be used to find files for improving directory retrieval.To do this, which directory of the followings should be set up?
A.parent directory
B.child directory
C.working directory
D.home directory
第1题:
A user cannot access files on /deps/it directory, the administrator verifies permissions are set for the directory. Which of the following actions need to be performed to only grant read access to the user on the IT directory?()
A. Set folder permissions to 760.
B. Set folder permissions to 770.
C. Set folder permissions to modify
D. Set folder permissions to full control
第2题:
A user cannot access files on /deps/it directory, the administrator verifies permissions are set rw-------for the directory. Which of the following actions need to be performed to only grant read access to the user on the IT directory?()
第3题:
A user cannot access files on /deps/it directory, the administrator verifies permissions are set for the directory. Which of the following actions need to be performed to only grant read access to the user on the IT directory?()
第4题:
Given the security constraint in a DD:// 101.
第5题:
Which determines if “prefs” is a directory and exists on the file system?()
第6题:
You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()
第7题:
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?()
第8题:
In your Certkiller .com production database, you find that the database users are able to create and read files with unstructured data, available in any location on the host machine from an application. You want to restrict the database users to access files in a specific location on the host machine. What could do to achieve this?()
第9题:
dump -t core
strings core
trace -a core
crash core /unix_up
第10题:
Boolean exists=Directory.exists (“prefs”);
Boolean exists=(new File(“prefs”)).isDir();
Boolean exists=(new Directory(“prefs”)).exists();
Boolean exists=(new File(“prefs”)).isDirectory();
Boolean exists=true; Try{ Directory d = new Directory(“prefs”); } catch (FileNotFoundException e) { exists = false; }
第11题:
Compilation fails.
Nothing is added to the file system.
Only a new file is created on the file system.
Only a new directory is created on the file system.
Both a new file and a new directory are created on the file system.
第12题:
Set folder permissions to 760.
Set folder permissions to 770.
Set folder permissions to modify.
Set folder permissions to full control.
第13题:
The basic function of the file system is accessing files by names. The function can be realized by(24).
A.directory-managing
B.boosting the speed of the file-accessing
C.file-protecting
D.improving the utilization of storage
第14题:
Your company has an Active Directory directory service domain. All servers run Windows Server 2003. You are developing a security monitoring plan. You must monitor the files that are stored in a specific directory on a member server. You have the following requirements. Log all attempts to access the files.Retain log information until the full weekly backup occurs. You need to ensure that the security monitoring plan meets the requirements. What should your plan include?()
第15题:
A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: Is -Id /tmp/application drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the problem()
第16题:
A file named "core" exists in the current directory. Which of the following commands should be used to determine what created the "core" file?()
第17题:
After a merger with another small business, your company has inherited a legacy WAR file but the originalsource files were lost. After reading the documentation of that web application,you discover that the WARfile contains a useful tag library that you want to reuse in your own webapp packaged as a WAR file. What do you need to do to reuse this tag library?()
第18题:
Which gets the name of the parent directory file “file.txt”?()
第19题:
10. class MakeFile { 11. public static void main(String[] args) { 12. try { 13. File directory = new File(”d”); 14. File file = new File(directory,”f”); 15. if(!file.exists()) { 16. file.createNewFile(); 17. } 18. } catch (IOException e) { 19. e.printStackTrace 20. } 21. } 22. } The current directory does NOT contain a directory named “d.” Which three are true?()
第20题:
You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an operating system group name. Which statement is true?()
第21题:
The JAR file
A directory called lib
A directory called tags
A directory called TLDs
A directory called classes
A directory called META-INF
第22题:
MANAGER can do a GET on resources in the /Bar/Baz directory.
MANAGER can do a POST on any resource in the /Bar/Baz directory.
MANAGER can do a TRACE on any resource in the /Bar/Baz directory.
DEVELOPER can do a GET on resources in the /Bar/Baz directory.
DEVELOPER can do only a POST on resources in the /Bar/Baz directory.
DEVELOPER can do a TRACE on any resource in the /Bar/Baz directory.
第23题:
The /tmp/application should be globally writable.
The /tmp/application directory should be executable.
The /tmp/application directory should be owned by the user.
The /tmp/application directory should have the sticky bit set