![]() |
|
|
grep unix.com with google
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Our Members | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
kill -3 <PID> ... where the output file goes?
Hi all, I am generating the coredump of my JBoss, and by default it puts it in to a particular directory. i.e. JBOSS_HOME/. I would like this output file to be created, lets say in /tmp/dump/. I tried the following: Code:
kill -3 9404940>/tmp/dump/out.txt But it created /tmp/dump/out.txt with 0 KB, and yet it created the dump file in JBOSS_HOME/ directory. Can you please let me know how can I have kill -3 to create the core dump file in the desired location? Thanks, |
|
|||
|
Quote:
Thanks for prompt reply. I was kind of under that impression too, but wasn't sure. So, can you tell me where in JBoss, I can set this up so the created dump file goes to the desired location and not the default one? Thanks in advance. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send output of grep as input of kill command | foxtron | UNIX for Dummies Questions & Answers | 2 | 05-29-2009 07:08 PM |
| routing kill output from console to file | srinivsa | UNIX for Dummies Questions & Answers | 2 | 04-05-2009 08:29 AM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 05:24 PM |
| how to kill process from file | naamas03 | Shell Programming and Scripting | 17 | 11-07-2005 04:14 AM |
| Can I avoid the standard output from kill command | pguinal | Shell Programming and Scripting | 1 | 03-07-2002 10:21 AM |