|
LINUX / UNIX cmd
|
Introduction |
Commands in A |
Commands in B |
Commands in C |
Commands in D |
Commands in E |
Commands in F |
Commands in G |
Commands in H |
Commands in I |
Commands in J |
Commands in K |
Commands in L |
Commands in M |
Commands in N |
Commands in P |
Commands in R |
Commands in S |
Commands in T |
Commands in U |
Commands in W |
Commands in Y |
Ask your doubts |
More about Linux |
Feedback |
|
|
|
|
|
Tutorials

Linux-commands

|
Topic |
What is Linux mail Command?
|
|
Explanation |
mail COMMAND:
mail command is used to send and receive mails locally and globally.
SYNTAX:
The Syntax is
mail
OPTIONS:
| -s |
Specify subject on command line. |
| -c |
Send carbon copies to list of users. |
| -b |
Send blind carbon copies to list. List should be a comma-separated list of names. |
| -f |
Read in the contents of your mbox for processing; when you quit, mail writes undeleted messages back to this file. |
| -i |
Ignore tty interrupt signals. This is particularly useful when using mail on noisy phone lines. |
EXAMPLE:
-
Receive mails
mail
The above command display the messages. Press Enter to view the next message after '&' symbol.
-
Sent mails
mail abc@localhost.com (or) mail abc@hiox.com
Starts a new mail and sent to abc@localhost.com.
To terminate the message, type a period(.) and press Enter (or)
press ctrl+d and press Enter.
|
| A Note |
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.
|
|
|
|