The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-28-2005
jnsimpson02 jnsimpson02 is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 5
re:Monitoring ftp process

I suppose you can use:

ps -ef | grep "process name"


...not sure how in depth you want to monitor it? Do you want it detailed, if so, then you would need to write a script, and have the output be directed into a file.

jnsimpson02