The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how to tell if process is hanging
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
how to tell if process is hanging
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
01-06-2004
kduffin
UN1X
Join Date: Nov 2003
Location: Virginia
Posts: 441
Use with caution..., but you can use truss to attach to a running process. See the man page for truss, but it is:
truss -p pid
<control-c> will break you out of the trace.
Cheers,
Keith
kduffin
View Public Profile
Find all posts by kduffin