Which of the following is a valid group name in AIX
-
apps-2
-
2-apps
-
rn_1
-
staff#2
A
Correct answer
Explanation
In AIX, group names must start with an alphabetic character (letter) and can contain letters, numbers, hyphens, and underscores. 'apps-2' is valid because it starts with a letter. '2-apps' is invalid (starts with number). 'rn_1' appears valid, but may be rejected depending on specific AIX version rules. 'staff#2' is invalid due to the '#' special character. Group names follow specific naming conventions in AIX user management.