nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] mhshow -file /tmp (!)


From: Robert Elz
Subject: Re: [Nmh-workers] mhshow -file /tmp (!)
Date: Sat, 18 Mar 2017 00:54:10 +0700

    Date:        Fri, 17 Mar 2017 12:34:04 -0400
    From:        Ken Hornstein <address@hidden>
    Message-ID:  <address@hidden>

  | mhshow: error reading from /tmp: Is a directory
  |         (content text/plain in message /tmp)

Some systems don't allow reads of directories, traditional unix, and
many other systems just treat a directory as a (read-only) file, and you
can read it like any other file (and on those, readdir() is sometimes just
a wrapper that calls read(), and knows a little bit about how much to
hand back each call.)

kre




reply via email to

[Prev in Thread] Current Thread [Next in Thread]