![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting cronjobs... | krworks | Shell Programming and Scripting | 4 | 06-05-2008 11:46 PM |
| delete semi-duplicate lines from file? | paqman | Shell Programming and Scripting | 2 | 02-11-2008 02:46 PM |
| Delete Duplicate records from a tilde delimited file | irshadm | Shell Programming and Scripting | 5 | 12-06-2007 02:36 AM |
| Cronjobs | mcastill66 | AIX | 1 | 05-31-2005 11:15 AM |
| cronjobs | tamer | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 11:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Delete Duplicate Cronjobs
I set up same cronjobs in two different users to generate messages at 5:30 AM
Not Its generating duplicate messages. I want to delete the cron entries set up in the first user, but I am unable to view the entries in that user. I tried to find the process Id, but its not showing any id Could anyone help me with a solution? Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Nskworld,
If you are unable to view/delete the cron entry, here are a few options: 1) Rename the shell script that sends the message, so that when the other user tries to run it, an error message will appear and no message will display. 2) Change the user's path not to access the shell script. 3) Rename the existing shell script and empty it, keeping the executing permissions -- the other user will continue to run it and nothing will happen. |
|
#3
|
|||
|
|||
|
Thanks.. I ll check this on monday and get back to you
|
|||
| Google The UNIX and Linux Forums |