
02/05/1999
Problem: When I try to run E-MAIL, a window pops up indicating that another session
is running, but the ps command doesn't show any other E-MAIL process running.
Cause: A previous E-MAIL process was killed or terminated and the temporary files
weren't removed.
Solution:
Example: Assume the user's login is "erick"
# cd /usr/spool/mail # l -i erick 873 -rw------- 1 erick group 302 Feb 01 13:40 erick ^ | +-- inode
From the above example:
# cd /tmp
# l
total22
-rw-r--r-- 1 baby group 0 Feb 01 10:20 intc3624
-rw-r--r-- 1 erick group 0 Feb 01 13:45 873.296
^
|
This file starts with the inode |
number of erick's mailbox ------------+
# rm 873.296
© Copyright by Computer Business Consultants, Inc. All rights reserved.
| Home |