When configuring the NFS server within YaST, the default root_squash option maps the root user to the ____ user.

A. nobody
B. local
C. default
D. super


Answer: A

Computer Science & Information Technology

You might also like to view...

Convert the following mathematics expressions to C++ expressions. Use the declarations provided. Indicate the appropriate header file for any library function used. Be sure you initialize any variables whose values you are using to reasonable values for the library functions you are using.

``` int x, y; //declaration for a) and b) a) y = x 3 b) y <= |x| double x, y, z, area; //declaration for c) through e). c) z = x 1.6 d) z = area area e) p =xy xy ```

Computer Science & Information Technology

When many LAN devices are connected to a single central control point, it is called a

a. star network b. mesh network c. bus network d. ring network

Computer Science & Information Technology

You want to shift eight statements from a scene method to a shot method. The easiest way to do this is to drag a(n) ____ into the original scene method and then drag the eight statements we want to cut from the original scene method into that ____.

A. moveScene block B. moveAndOrientTo block C. doScene block D. doInOrder block

Computer Science & Information Technology

What items does a sequential search examine when it is successful?

What will be an ideal response?

Computer Science & Information Technology