Given the following directory structure: bigProject |--source | |--Utils.java | |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result? ()
第1题:
Given the security constraint in a DD:// 101.
第2题:
Which of the following servers resolves computer names to IP addresses? ()
第3题:
Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()
第4题:
Which of the following commands is used to delete an empty directory?()
第5题:
Which of the following commands would be used to move the working directory from C:/ to C:/Windows?()
第6题:
Which of the following commands should be used to monitor the number of threads on the scheduler’s run queue for any given interval?()
第7题:
Given the following directory structure: bigProject |--source ||--Utils.java| |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result?()
第8题:
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
第9题:
Vector filelist = ((Directory) file).getList();
String[] filelist = file.directory();
Enumeration filelist = file.contents();
String[] filelist = file.list();
Vector filelist = (new Directory(file)).files();
第10题:
If the compile is successful, Utils.class is added to the source directory.
The compiler returns an invalid flag error.
If the compile is successful, Utils.class is added to the classes directory.
If the compile is successful, Utils.class is added to the bigProject directory.
第11题:
RD
CD
DIR
MD
第12题:
Which of the following contains the user profile directory for Microsoft Windows 2000 and XP?()
第13题:
Which of the following server types stores users’ home directory folders?()
第14题:
Which of the following commands will make a new directory?()
第15题:
Which of the following is the default directory for User Profiles in Windows 7?()
第16题:
Machine policy templates can be assigned based on certain attributes of a machine. A customer organizes their machines based on the following requirements: The machines are all placed in specific Organizational Units in the Active Directory. The customer has Citrix Servers, and they have a specific naming convention meant only for their Citrix Servers. The customer has DHCP enabled for all the client machines. The customer has made it clear that they should not need to change anything in the existing infrastructure. Given these requirements, which single assignment attribute would be chosen for assigning machine policy templates?()
第17题:
Which of the following commands should be used to show the percentage of time that any given disk was busy?()
第18题:
Monday
Thursday
Saturday
Wednesday
第19题:
77.0.5.5
40.40.0.254
66.40.90.121
72.40.91.1
第20题:
Degree of saturation
Saturation temperature
Superheated temperature
Degree of superheat
第21题:
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.
第22题:
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.