Multiple choice technology operating systems

Which of the following is a valid group name in AIX

  1. apps-2

  2. 2-apps

  3. rn_1

  4. staff#2

Reveal answer Fill a bubble to check yourself
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.