![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get process name from process id in all Unix platforms? | molu | High Level Programming | 3 | 04-26-2006 01:41 AM |
| UNIX Process Suspend | proton | UNIX for Dummies Questions & Answers | 3 | 02-13-2005 03:27 AM |
| unix process control | nicko | Filesystems, Disks and Memory | 2 | 05-16-2002 08:39 AM |
| Unix Process | S.P.Prasad | High Level Programming | 3 | 01-22-2002 03:45 AM |
| Unix Process Failed | killerserv | UNIX for Dummies Questions & Answers | 1 | 05-09-2001 11:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
You can create a wrapper script:
#!/bin/ksh echo `date` >> logfile "execute your progam here" echo `date` >> logfile This way before your program starts and after it finishes the date is written to the file specified. |
|
||||
|
Quote:
sorry I couldn't understand how this script helps to trace processes. |
|
||||
|
Quote:
UNIX does not save this info automatically. You have to have some sort of system set up to remember it. Last edited by Corona688; 08-29-2006 at 08:08 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|