Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site kitty.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!rochester!rocksanne!sunybcs!kitty!peter From: peter@kitty.UUCP (Peter DaSilva) Newsgroups: net.unix-wizards Subject: Re: Re: unix file system Message-ID: <219@kitty.UUCP> Date: Fri, 2-Aug-85 11:38:45 EDT Article-I.D.: kitty.219 Posted: Fri Aug 2 11:38:45 1985 Date-Received: Sun, 4-Aug-85 07:36:23 EDT References: <3287@dec-mrfort.UUCP> <5100003@rocksvax.UUCP> Organization: Recognition Research Corp., Clarence, NY Lines: 12 > It looks like people have been hitting the nail on the head w.r.t. where to > put file attributes. File attribute belong in the file. I once did a hack which put the file attributes on a file of the same name in /usr/attr. > What format shall these attributes have? I would suggest > a binary magic number followed by the list-like attributes. I would suggest an environment like structure, since there is already a lot of code to deal with this. That is "NAME=value\n...NAME=value\n\n". It should also have some sort of size restriction (<1K?)