Balaji Narayanan wrote:

> $ sudo file sleep.core
> sleep.core: ELF 32-bit LSB core file Intel 80386, version 1 (FreeBSD),
> FreeBSD-style, signal 11, pid 15278, from 'sleep'

One more way to trace the culprit.

$ lsof /tmp

or

$ watch lsof /tmp

this will list processes which are currently using /tmp directory.

Eg:

mo...@mohan-laptop:~$ lsof /tmp
COMMAND    PID  USER   FD   TYPE DEVICE SIZE   NODE NAME
seahorse- 7398 mokka  cwd    DIR    8,6 4096 441505 /tmp
mo...@mohan-laptop:~$


thanks,
Mohan.

_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to