- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A user cron job still runs after deletion and ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:24 PM
04-08-2003 12:24 PM
A user cron job still runs after deletion and reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:29 PM
04-08-2003 12:29 PM
Re: A user cron job still runs after deletion and reboot
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:30 PM
04-08-2003 12:30 PM
Re: A user cron job still runs after deletion and reboot
2. Make sure you take the user out of /var/adm/cron/cron.allow.
3. Ensure the the job running is a cron job and not an 'at' job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:32 PM
04-08-2003 12:32 PM
Re: A user cron job still runs after deletion and reboot
# crontab -r
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:34 PM
04-08-2003 12:34 PM
Re: A user cron job still runs after deletion and reboot
1- The use is not in cron.allow file and therefore when he runs crontab -l, he gets an unallowed message
2-the user still gets email whenever the cron runs!!
3- there is no su for that job in root's cron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:37 PM
04-08-2003 12:37 PM
Re: A user cron job still runs after deletion and reboot
crontab: you are not authorized to use cron. Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 12:39 PM
04-08-2003 12:39 PM
Re: A user cron job still runs after deletion and reboot
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 01:01 PM
04-08-2003 01:01 PM
Re: A user cron job still runs after deletion and reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 01:43 AM
04-15-2003 01:43 AM
Re: A user cron job still runs after deletion and reboot
cron(1M) keeps in-memory copies of the crontabs, so you should *not* delete/add/change files in/to the /var/spool/cron/crontabs directory, but use the crontab(1) command deleting/adding/changing crontab entries.