Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8180251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:10:27+00:00 2026-06-07T00:10:27+00:00

I have got the requirement to find the core file in multiple box/machine and

  • 0

I have got the requirement to find the core file in multiple box/machine and trigger email about core file generation.

Do we have any utility which help us to find core in single machine or multiple machine.
I believe we should have any utility to find the core file beacuse it is very generic scenario.

After the below input, I am able to write a perl script which find the core file and trigger mail if any core file exist

This script work fine into local machine but I need to add all Production server. Does anyone also provide me any idea to connect linux terminal through Perl script.

As of now, we are concentrating on dev machine So this script can login into all dev machine and find the core file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T00:10:28+00:00Added an answer on June 7, 2026 at 12:10 am

    The old-fashioned way is to periodically search the whole filesystem for core files:

    find / -type f -name core
    

    or

    find / -type f -name 'core.*'
    

    This, naturally, does have the risk of matching user files with the (rather unfortunate) name core.

    Fortunately, modern Linux systems are somewhat more configurable. You can use the /proc/sys/kernel/core_pattern file to set up a specific directory where core files will be placed, as well as a format for the name of the file. You can have core filenames that contain the name of the program, the UID and GID under which it was launched and so on – have a look at this manual page.

    This way you can keep all your core files in a single directory, which has several advantages:

    • You do not risk having core files sprinkled all over the filesystem.

    • You can easily remove all core files without the computational expense of searching all over the filesystem and without the risk of removing user files.

    • Since all core files are in a single place, it is far more reasonable to poll for new files as needed.

    • If you want immediate action, you can avoid polling by using inotifywait or other tools based on inotify to monitor the core file directory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have post a question before about my company requirement and I have got
I have an existing application (with MySQL DB). I just got a new requirement
Have got an NSString *str = @12345.6789 and want to find out if there
I have got a requirement that mysql database can only be accessed from localhost.
iam working with a real time project where i got a requirement to find
I have got a requirement where I need to write a HTML/CSS, which should
I have got a requirement from a client. They need three blogging web application
I have got a requirement to bind a dropdownlist using db values.I gave that
I got requirements- 1. Have random values in a List/Array and I need to
I've got a program where a lot of classes have really complicated configuration requirements.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.