From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,745cb6e69fcc03a0,start X-Google-Attributes: gid103376,public From: mantri@ponder.csci.unt.edu (Ramesh S. Mantri) Subject: question regarding number of files Date: 1996/08/16 Message-ID: <4v2tbn$luc@hermes.acs.unt.edu>#1/1 X-Deja-AN: 174634465 organization: University of North Texas newsgroups: comp.lang.ada Date: 1996-08-16T00:00:00+00:00 List-Id: I have noticed something inexplicable about how Ada programs affect the number of files in the directory. This is relevant because our computer accounts have restrictions regarding the disk usage, number of files in the filesystem and so on. After I create a file the number of files increases by 1. After I compile it, the number of files is increasing by nearly 6 or so. When I delete the source file and the executable files, the number of files decreases only by 2, leaving some residue. Can anyone explain why this is happening? Because at this rate, I'll not be able to create any more files in my directory quite soon. Thanks. --- Ramesh Mantri