 |
 |
Multiple "tail" processes in top/activity monitor
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2002
Location: Atlanta, GA
Status:
Offline
|
|
I never noticed this before, but after looking at opening up Activity Monitor and looking at my active processes over the last few days a process called tail has been showing up. I've used OS X since the Public Beta and never noticed this before. I confess I know little about unix so any help would be appreciated. Just a minute ago there were 5 separate processes under "tail" I quit them and everything seems fine. There have been no noticeable slow downs to the system. What is tail? Is there anyway to stop this from showing up in my system (10.3.3)?
RH
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2000
Location: Columbus, OH
Status:
Offline
|
|
Open Terminal and type 'man tail'.
|
|
HyperNova Software, LLC
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Oct 2001
Location: Washington DC
Status:
Offline
|
|
"tail" is a unix command that reads the last X lines of a text file - it is usefull for checking large logs - just checking what is new at the end.
I don't know what would cause multiple versions to pop up though.
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Nov 1999
Status:
Offline
|
|
What user is running these tail commands?
|
|
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Feb 2002
Location: Atlanta, GA
Status:
Offline
|
|
What user is running these tail commands?
The user is my login, not root or system.
RH
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Dec 2000
Location: Chicago, Illinois
Status:
Offline
|
|
What programs do you currently have running besides tail?
Matt Fahrenbacher
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Nov 2000
Location: Tasmania, Australia
Status:
Offline
|
|
using tail with the -f modifier (ie, "tail -f") is very useful to monitor files that are being appended to (eg, log files).
tail -f will continue to display new lines at the end of a file as the lines are added to the file.
It's possible some program is monitoring files waiting for some event (or capturing data for some sinister purpose ) 
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |