Robert Kerr wrote: > > Hi all, > I seem to recall reading (somewhere in my wanderings) of a utility that > would tell me who is currently accessing a file/program. Does anyone know > of any such beast? > Thanks > > -- > -bob > > Remember the... the... uhh..... > ********************************************************************** > * Robert Kerr, The morphing guy. * MS 0847 Sandia National Labs * > * [EMAIL PROTECTED] * Albuquerque NM 87185-0847 * > * [EMAIL PROTECTED] * Phone: (505) 844-8606 * > * http://www.et.byu.edu/~kerrr * Fax: (505) 844-9297 * > ********************************************************************** > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
fuser as root will tell you what process is accessing a file. lsof will tell you what files a process is using. John