Lpic 1 Linux Administrator · Free Practice Question Easy
Question 2
- A It redirects incoming emails to another email address specified by the user.
- B It copies outgoing emails to another email address for backup purposes.
- C It establishes system-wide email aliases applicable to all users.
- D It sets up personal email aliases for use by the local mail system.
Reveal correct answer
Correct answer: A
A. The ~/.forward file is used to redirect incoming emails to another email address specified by the user. This allows the user to receive emails sent to their primary email address at a different email address of their choice.
B. The ~/.forward file does not copy outgoing emails to another email address for backup purposes. Its primary function is to redirect incoming emails, not to handle outgoing emails.
C. The ~/.forward file does not establish system-wide email aliases applicable to all users. It is specific to the user's home directory and only affects the email redirection for that particular user.
D. The ~/.forward file does not set up personal email aliases for use by the local mail system. It is specifically used for redirecting incoming emails to a different email address, not for creating email aliases within the local mail system.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
