Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!gnu From: gnu@sun.uucp (John Gilmore) Newsgroups: net.unix-wizards Subject: Unix already has "attributes"... Message-ID: <2636@sun.uucp> Date: Thu, 15-Aug-85 00:30:11 EDT Article-I.D.: sun.2636 Posted: Thu Aug 15 00:30:11 1985 Date-Received: Mon, 19-Aug-85 08:37:58 EDT References: <3398@decwrl.UUCP> <2000018@ccvaxa> <1314@eagle.UUCP> Organization: Sun Microsystems, Inc. Lines: 14 Eagle!mjs (M.J.Shannon) said: > Lose the data? You mean you'd prefer a copy of a file not to have any of the > attributes of the original? That seems to me to forbid copying of executables > (the non-homogeneous header gets lost in the shuffle, preventing execution of > the copy). Sorry, this *DOES* violate "the UNIX way of storing files". Unix is not pristine about this either. Why do you have to copy executables with "cp" rather than "cat" or "dd"? They won't execute if you cat them...because the file permissions ("attributes" of the original) are specifically propagated by code in "cp", but not by "cat". I have no doubt that adding MORE attributes would break existing Unix utilities -- but I don't think that was the point of view expressed.