Which of are following internal commands is used in mail to forward mail to user in user-list? A. r user-list B. m user-list C. d user-list D. e user-list E. None of the above

r user-list
m user-list
d user-list
e user-list E. None of the above

The correct answer is: A. r user-list

The r command is used to forward mail to a user or group of users. The syntax is r user-list, where user-list is a list of users or groups separated by commas. For example, to forward all mail to the user johndoe, you would use the command r johndoe.

The m command is used to mail a message to a user or group of users. The syntax is m user-list, where user-list is a list of users or groups separated by commas. For example, to mail a message to the user johndoe, you would use the command m johndoe.

The d command is used to delete a message. The syntax is d message-id, where message-id is the unique identifier of the message. For example, to delete the message with the message ID 1234567890, you would use the command d 1234567890.

The e command is used to edit a message. The syntax is e message-id, where message-id is the unique identifier of the message. For example, to edit the message with the message ID 1234567890, you would use the command e 1234567890.