Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!yale!think!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!mimsy!chris From: chris@mimsy.umd.edu (Chris Torek) Newsgroups: comp.unix.ultrix Subject: Re: Use Domain In Hostname Or Not? Message-ID: <22554@mimsy.umd.edu> Date: 15 Feb 90 15:11:23 GMT References: <4940@itivax.iti.org> <2929@decuac.DEC.COM> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 22 In article <2929@decuac.DEC.COM> avolio@decuac.dec.com (Frederick M. Avolio) writes: >The fact is, the fully qualified domain name *is* the hostname. Fred is right, as usual. The reason you should set your host name to your FQDN is the same as the reason you should write your own full name on any form letter or credit-card application or survey or whatever. Your first name or your last name *might* be good enough; if you have a small community it probably *will* be good enough; but it is not your full name. I set my prompt with set hostname=`hostname | sed -e 's/\..*//'` ... set prompt="[$hostname\!] " and use $hostname whenever I want the abbreviated form. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@cs.umd.edu Path: uunet!mimsy!chris