The ____ command is used to change the effective group of the executing user.
A. groupadd
B. groupmod
C. gpasswd
D. newgrp
Answer: D
You might also like to view...
Your computer should be a part of the Homegroup to be able to get access to shared folders.
Answer the following statement true (T) or false (F)
In JDK 1.5, analyze the following code.
``` Line 1: Integer[] intArray = {1, 2, 3}; Line 2: int i = intArray[0] + intArray[1]; Line 3: int j = i + intArray[2]; Line 4: double d = intArray[0];``` a. It is OK to assign 1, 2, 3 to an array of Integer objects in JDK 1.5. b. It is OK to automatically convert an Integer object to an int value in Line 2. c. It is OK to mix an int value with an Integer object in an expression in Line 3. d. Line 4 is OK. An int value from intArray[0] object is assigned to a double variable d.
Which of the following is the default paste option when copying a table from Word?
A) Keep Source Formatting B) Embed C) Text Only D) Use Destination Styles
Each computer operating system has its own specifications as to the maximum number of ____ permitted for an external filename.
A. bits B. bytes C. words D. characters