[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "who"




On Fri, 19 Jun 1998, Yannai A. Gonczarowski wrote:

> > who
> who: Memory exhausted
> > who am i
> who: Memory exhausted
> > whoami
> yannaigo

1. check what you get with:  which who
   (Assuming you're using csh or tcsh as your shell).
2. find the file that actually gets run, check its size and contents.
   also, it might be that you've got some kind of infinite alias loop
   there?

guy