Re: Finger Command

2001-09-12 Thread Martin F Krafft
also sprach Nick Furman (on Tue, 11 Sep 2001 09:05:05PM -0400): > > it's either mtime or atime of the inode of that user's mailbox. > > Could you share with me where that might be viewed? "ls -al" doesn't show > me the desired information. install the 'stat' package, then `stat filename` martin

Re: Finger Command

2001-09-11 Thread Martin F Krafft
also sprach Nick Furman (on Tue, 11 Sep 2001 12:50:30PM -0400): > Can someone tell me where finger gets it's information on the system, when > it displays when the user last checked their email. I guess it reads > /var/spool/mail/(user) for the date of mail last received, but I am > unclear where

Finger Command

2001-09-11 Thread Nick Furman
Can someone tell me where finger gets it's information on the system, when it displays when the user last checked their email. I guess it reads /var/spool/mail/(user) for the date of mail last received, but I am unclear where it gets the information for when the user last checked mail. Thanks in