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
02-09-2001 12:21 PM
02-09-2001 12:21 PM
cron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 12:30 PM
02-09-2001 12:30 PM
Re: cron
As a start look in the cron.allow file
/var/adm/cron/cron.allow
That might give a pointer, also whose ownership is the script under?
Also try to trace it back on the pids -parent/child.
What does the scipt do? this also might give an indication.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 12:37 PM
02-09-2001 12:37 PM
Re: cron
I believe this will show the user that kicks off the task..
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 12:49 PM
02-09-2001 12:49 PM
Re: cron
Look at /var/adm/cron/log . This shows the script name (for cron tasks) or the id of 'at' commands. In either case the user name of the initiator is shown along with the start and stop times. You might use the name to trace back to a user's mailbox (/var/mail/
'at' as well as 'cron' can be allowed or denied with entries in /var/adm/cron/at.allow and /var/adm/cron/at.deny similar to /var/adm/cron/cron.allow and /var/adm/cron/cron.deny. See the man pages for 'at' and 'cron'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2001 01:44 AM
02-10-2001 01:44 AM
Re: cron
If it's not in any of the crontabs, then it's most probably a job started with 'at'.
Have a look at the /var/spool/cron/atjobs directory.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 07:53 AM
02-12-2001 07:53 AM
Re: cron
The best place to find your answer is @/var/adm/cron/log.. or the user might have used the 'at' command
Cheers and Regards
Manikantan IB