Sending Network notification (Xmessage)

2003-06-10 Thread ddembrow
Original message: >I am trying to find out how one would be able to send a network notification >to all RH machines on the domain? >in the past I have used xmessage with Irix. I am sure that RH has that and >many more options but I have had no luck in making xmessage work in RH 7.3. >Any ideas

Re: how to run program at every 20 days of interval

2003-05-30 Thread ddembrow
May I suggest an alternative to crontab for this purpose? 1. Use the 'at' command to launch a script that launches itself 20 days later. Last line of script: at + 20 days name_of_script 2. Use a date time stamp for a file to execute a set of commands and adjust the date time stamp for the fi