InterviewSolution
Saved Bookmarks
| 1. |
Explain The Use Of /etc/aliases File? |
|
Answer» /etc/aliases, can be used to redirect EMAIL from ONE USER to another. By DEFAULT, it INCLUDES redirects for system accounts to the root user. It can then be used to redirect all email for the root user to the user account for the system administrator. /etc/aliases, can be used to redirect email from one user to another. By default, it includes redirects for system accounts to the root user. It can then be used to redirect all email for the root user to the user account for the system administrator. |
|