Samba does not support VFS.
Compile and load vfs.ko kernel module.
Compile and load vfs.ko and its dependent smbfs kernel modules.
Compile and load pvfs.ko kernel module.
Compile Samba with VFS module support.
第1题:
Given: 35.String #name = "Jane Doe"; 36.int $age = 24; 37.Double _height = 123.5; 38.double ~temp = 37.5; Which two statements are true?()
第2题:
You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?()
第3题:
Which of the following best describes what is meant by Linux Affinity on AIX?()
第4题:
public class foo { static String s; public static void main (String[]args) { system.out.printIn (“s=” + s); } } What is the result?()
第5题:
public class Plant { private String name; public Plant(String name) { this.name = name; } public String getName() { return name; } } public class Tree extends Plant { public void growFruit() { } public void dropLeaves() { } } Which is true?()
第6题:
Which two statements about Oracle Direct Network File System (NFS) are true?()
第7题:
prtconf -c
lscfg -v sys0
Check the /unix link
Check for JFS2 filesystems
第8题:
The code will compile without changes.
The code will compile if public Tree() { Plant(); } is added to the Tree class.
The code will compile if public Plant() { Tree(); } is added to the Plant class.
The code will compile if public Plant() { this(”fern”); } is added to the Plant class.
The code will compile if public Plant() { Plant(”fern”); } is added to the Plant class.
第9题:
Only the 32-bit kernel will be installed and enabled
Only the 64-bit kernel will be installed and enabled
Both the 32-bit and 64-bit kernel will be installed and the 32-bit kernel will be enabled
Both the 32-bit and 64-bit kernel will be installed and the 64-bit kernel will be enabled
第10题:
Samba does not support VFS.
Compile and load vfs.ko kernel module.
Compile and load vfs.ko and its dependent smbfs kernel modules.
Compile and load pvfs.ko kernel module.
Compile Samba with VFS module support.
第11题:
Line 5 will not compile, because void methods cannot be overridden.
Line 12 will not compile, because there is no version of test() that rakes a charargument.
The code will compile but will throw an exception at line 12.
The code will compile and produce the following output: I am an int.
The code will compile and produce the following output: I am a String.
第12题:
/etc/rc.net
/etc/tunables/tuning
/etc/tunables/lastboot
/usr/samples/kernel/nextboot
第13题:
How is VFS (Virtual File System) support enabled in Samba?()
第14题:
A system administrator is doing an AIX 5L New and Complete Overwrite installation on a system with a 64-bit processor using the default settings. Which of the following will be the resulting installed environment?()
第15题:
public class foo { public static void main (String[]args) { String s; system.out.printIn (“s=” + s); } } What is the result?()
第16题:
35.String #name="Jane Doe";36.int$age=24;37.Double_height=123.5;38.double~temp=37.5;Which two are true?()
第17题:
Consider the following class: class Test(int i) { void test(int i) { System.out.println(“I am an int.”); } void test(String s) { System.out.println(“I am a string.”); } public static void main(String args) { Test t=new Test(); char ch=“y”; t.test(ch); } } Which of the statements below is true?()
第18题:
Which two statements are true about the Oracle Direct Network File system (DNFS)?()
第19题:
The ability to install a Linux system on an AIX system
The ability to install an AIX system on a Linux system
The ability to compile and run a Linux application on AIX
The ability to compile and run an AIX application on Linux
第20题:
It bypasses the OS file system cache.
A separate NFS interface is required for use across Linux, UNIX, and Windows platforms.
It uses the operating system kernel NFS layer for user tasks and network communication modules.
File systems need not be mounted by the kernel NFS system when being served through Direct NFS.
Oracle Disk Manager can manage NFS on its own, without using the operating system kernel NFS driver.
第21题:
The code compiles and “s=” is printed.
The code compiles and “s=null” is printed.
The code does not compile because string s is not initialized.
The code does not compile because string s cannot be referenced.
The code compiles, but a NullPointerException is thrown when toString is called.
第22题:
You need to rebuild the kernel.
You need to upgrade the kernel
You need to load the USB modules for your existing modular kernel.
USB support is not available in Linux.
第23题:
direct-path load
conventional path load
第24题:
Use smit load64bit to enable the 64-bit applications.
Re-install all applications with 64-bit versions.
Re-install the OS with 64-bit kernel enabled.
Change the kernel to 64bit, reboot, and then use the following command: chdev -l sys0 -a applications=64_bit