From owner-freebsd-questions Fri Aug 15 23:34:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA10479 for questions-outgoing; Fri, 15 Aug 1997 23:34:37 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA10473 for ; Fri, 15 Aug 1997 23:34:34 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id QAA25353; Sat, 16 Aug 1997 16:33:55 +1000 From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id QAA05826; Sat, 16 Aug 1997 16:03:54 +0930 (CST) Message-Id: <199708160633.QAA05826@freebie.lemis.com> Subject: Re: edit /etc/ttys In-Reply-To: <199708151019.QAA02494@gy.sibtel.ru> from George Yegoroff at "Aug 15, 97 09:10:20 am" To: georgeye@sibtel.ru (George Yegoroff) Date: Sat, 16 Aug 1997 16:03:53 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk George Yegoroff writes: [Charset KOI8-R unsupported, skipping...] (How I love elm)... > Why FreeBSD not allows save edited ttys file ? I was login as root. It would be nice to know what editor you were using. Many refuse to save, even if they can, if the file is write-protected. In vi, use ':w!'. In Emacs, answer the prompts. Alternatively, modify the permissions so that root can write it. Greg