Match each item with a statement below.
A. The command used to restart the portmapper service.
B. The command used to start or restart the NFS server.
C. The command used to attach a file system from an NFS server to the local file structure.
D. The command used to start and stop the NFS Client service.
E. The command used to store a list of exported file systems for NFS in a separate file, /var/lib/nfs/etab.
F. The command used to make sure the NFS Server service is set to run in its default runlevels.
G. An excellent troubleshooting tool, used to check the status of current RPC services.
H. The command used to configure the NFS server.
I. The command used to query the mount daemon on the remote NFS server for information on the server's state.
A. rcrpcbind start
B. rcnfsserver
C. mount
D. rcnfs
E. exportfs
F. chkconfig nfsserver on
G. rpcinfo
H. yast2 nfs-server
I. showmount
You might also like to view...
A string array is commonly used for:
a. Command-line arguments. b. Storing an extremely long string. c. Storing multiple copies of the same string. d. Displaying floating-point numbers to the screen.
What is displayed on the console when running the following program?
``` public class Test { public static void main(String[] args) { try { System.out.println("Welcome to Java"); int i = 0; int y = 2/i; System.out.println("Welcome to Java"); } finally { System.out.println("End of the block"); } System.out.println("End of the block"); } }``` a. The program displays Welcome to Java three times followed by End of the block. b. The program displays Welcome to Java two times followed by End of the block. c. The program displays Welcome to Java two times followed by End of the block two times. d. The program displays Welcome to Java and End of the block, and then terminates because of an unhandled exception.
When you import data from Microsoft Access tables into an Excel data model, you establish a ________ between the Access tables and the Excel data model
Fill in the blank(s) with correct word
Formulas are equations that perform ________ on values in your worksheet
Fill in the blank(s) with correct word