How to send automated email to a set of people at fixed time ?
Answers were Sorted based on User's Feedback
Answer / vivek raghuwanshi
just create a alias of people and create a command file and
create a crond entry
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / suri
# crontab -eu username
12 16 * * * /bin/echo "hi how are you" | mail -s
textmail username
:wq
#service crond restart
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / manoj
configure sendmail & postfix to configure procmail..
Or configure Q-mail / Squirrel mail & use contab
| Is This Answer Correct ? | 2 Yes | 3 No |
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
Hi all Could u plz tell me how I can get UNIX/Linux Certification
how can i create samba server in fedora 9.0 ? and domain/LDAP controller! clilent side is windows pc .?
Who owns the data dictionary?
How does the boot process[init levels] work on Linux? How is it different from Solaris?
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
How to Create NIS Server And NIS Client? Explain With Example?
My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.
How to recover a deleted file in linux ?
what is difference between inetd and xinetd
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?