Match each item with a statement below.
A. Command option used to remove a specified member from the group account.
B. Command option used to specify the user's default login shell.
C. Command option used to allow assignment of a duplicate GID.
D. Command option used to change the user's login name.
E. Command option used to force the GID to what's entered at the command line.
F. Command option used to unlock specific user accounts.
G. Command option used to add a home directory for a new user.
H. Command option used to display all password expiration information for the specified user account.
I. Command option used to change the number of days the password is valid for the specified user account.
A. groupmod -R
B. useradd -s
C. groupadd -o
D. usermod -l _name_
E. groupadd -g
F. usermod -U
G. useradd -m
H. chage -l
I. chage -m
You might also like to view...
What will be matched by the following ed regular expressions? (Tip: If you're using them in other contexts, you should omit the backslashes
* [0-9]\{3\} xx* [0-9]\{3,5\} x\{5,\} ^\... x\{10\} [A-Za-z_][A-Za-z_0-9]* [0-9]* ^Begin$ [0-9][0-9][0-9] ^\(.\).*\1$
Use the expression ____________ to receive the total number of arguments in a command line. Assume that command-line arguments are stored in String[] args.
Fill in the blank(s) with the appropriate word(s).
?In a two-sided tag, a(n) _____ tag indicates the content's end.
A. ?end B. ?closing C. ?empty D. ?exit
? May has experience developing applications using XSLT 1.0, and would like to take advantage of some of the added features of XSLT 2.0 in developing a new application. She comes to you for help implementing some of these new features. May is working with regular expressions, and would like to write a function that splits the contents of the employees element into a sequence of strings at every occurrence of a white space character such as a blank space, tab, or newline character. You recommend she use the function _____.
A. ?tokenize(employees, '\s-') B. ?tokenize(employees, '\x+') C. ?tokenize(employees, '\s+') D. ?tokenize(employees, '\x-')