From: utzoo!decvax!harpo!utah-cs!utah-gr!thomas Newsgroups: net.unix-wizards Title: Re: Microsoft"s answer to dot files Article-I.D.: utah-gr.595 Posted: Sat Oct 23 12:55:59 1982 Received: Sun Oct 24 00:41:02 1982 References: tpdcvax.183 We solved the problem if /etc/ttys, /etc/ttytype(s), etc. by instuting a file, /etc/tty.config, which contains all the information. Then, you just run a command "chgttys" which 1. throws you into the editor to change the file, 2. runs an awk program which updates all the others, and 3. pokes init. This way, you only have one file to change, and you are guaranteed that all the others are all consistent. =Spencer