When using the chage command, how do you set the minimum password age?
A. Type [7] and press Enter.
B. Type 7 and press Enter.
C. Type 3 and press Enter.
D. Type 90 and press Enter.
Answer: C
You might also like to view...
One way to make sure a variable has been assigned a value is to ___________ the variable with a value when you declare it.
a. initialize b. instantiate c. concatenate d. compare
The ____________________ tool applies opacity values to each color stop so that in changing a gradient fill, you can also control the opacity or transparency of each stop in the gradient.
Fill in the blank(s) with the appropriate word(s).
When setting the height of a sidebar element, you should use the line height property to determine where any extra text will appear.
Answer the following statement true (T) or false (F)
What operation does the following algorithm describe?Algorithm aHeapOperation (heap, size) set walker to 1 loop (walker < size) reheapUp(heap, walker) increment walker end loopend aHeapOperation
A. build heap B. insert heap C. reheap up D. reheap down