The /etc/passwd file format (in Unix-like systems) has seven colon-separated fields: username, password (x for shadow), UID (User ID), GID (Group ID), GECOS/comment field, home directory, and login shell. In the options given, B matches the correct order excluding the password field: uname, UID, GID, comment (GECOS), HomeDir, command (shell).