How To				
							
				
			
			The mail command can be used under Linux or UNIX bash, ksh, csh shell to send an email. To send a message to one or more address, mail		
		Read More
	
				
								
					How To				
							
				
			
			Ctrl+A – Move cursor to the beginning of the command line. Ctrl+C – End a running program and return the prompt, see Chapter 4. Ctrl+D – Log out		
		Read More
	
				
								
					How To				
							
				
			
			Mail content text is /tmp/message.txt mail -s 'Server Status Report' 
[email protected] -c 
[email protected] < /tmp/message.txt Sending mail with attachment # !/bin/bash tar -zcf /tmp/backup.tar.gz /home/david/files echo | mutt