From owner-freebsd-questions Tue May 21 11:37:06 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16134 for questions-outgoing; Tue, 21 May 1996 11:37:06 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA16122 for ; Tue, 21 May 1996 11:37:01 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA01709; Tue, 21 May 1996 11:32:16 -0700 From: Terry Lambert Message-Id: <199605211832.LAA01709@phaeton.artisoft.com> Subject: Re: Assorted (annoying?) "beginners" questions: To: jrclark@felix.iupui.edu (John Clark) Date: Tue, 21 May 1996 11:32:16 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <2.2.32.19960521120759.002fc6ec@felix.iupui.edu> from "John Clark" at May 21, 96 12:03:26 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Assorted (annoying?) "beginners" questions: > > 1) Every time I "su" from a telnet session, a notification > is posted to the server's console. How do I stop this? Don't su? 8-) It's a security alert. That way, if you are sitting on the console and a hacker su's, you know about it. > 2) Where are the login promptings kept? For example, the > default login promptings: > > login: > Password: > > But I may want: > > login: myname > myname's password: /usr/src/usr.bin/login/login.c (two locations for the prompt string). > 3) I know that "The Regents of the University of California" > hold the copyright, how do I stop a telnet session from > telling me that every time I login? touch ~/.hushlogin 8-). > Also, I have not been able to find info on making an > "Emergency Boot Disk." Could someone point me point > me in the proper direction? See the handbook on www.freebsd.org. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.