![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Eleminating output to console | pflink | UNIX for Dummies Questions & Answers | 3 | 02-26-2007 10:37 PM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 01:24 PM |
| Reading console output | Blaster999 | High Level Programming | 1 | 06-06-2004 06:48 AM |
| Can I avoid the standard output from kill command | pguinal | Shell Programming and Scripting | 1 | 03-07-2002 06:21 AM |
| console output messages | boristhespider | UNIX for Dummies Questions & Answers | 2 | 08-28-2001 03:32 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
routing kill output from console to file
Hi ,
I am using the following command kill -3 pid ----which will return the thread dump. I want redirect this to file. I tried like the following two ways. kill -3 9843 >> srini.log kill -3 9852 >> srini 2>&1 But those two cases are failed pls let me knwo is there any other way that i can do that... Thanks in Advance, srini. |
| Forum Sponsor | ||
|
|