From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: I'am root user, but 'emacs /etc/sudoers' still report Buffer is read-only: # in modeline Date: Wed, 29 Apr 2015 12:24:14 +0300 Message-ID: <87fv7je18h.fsf@gmail.com> References: <819c0a76-13fb-4d38-baa3-8ca429e8cf31@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430299486 4588 80.91.229.3 (29 Apr 2015 09:24:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2015 09:24:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Show Dont Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 29 11:24:38 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YnOEP-0004pL-38 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2015 11:24:37 +0200 Original-Received: from localhost ([::1]:37934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnOEO-0005vW-Cu for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2015 05:24:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnOED-0005vF-ER for help-gnu-emacs@gnu.org; Wed, 29 Apr 2015 05:24:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnOE8-0007hr-Fe for help-gnu-emacs@gnu.org; Wed, 29 Apr 2015 05:24:25 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:35240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnOE8-0007hj-7t for help-gnu-emacs@gnu.org; Wed, 29 Apr 2015 05:24:20 -0400 Original-Received: by labbd9 with SMTP id bd9so15446325lab.2 for ; Wed, 29 Apr 2015 02:24:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=redwEtBe9haQ7I5M7zW8rXsSTnZTpz+ALgaFLfnc76s=; b=MxJZfs/Smm2dcwrg5ngVTJkc/za/wn6J8UkPZNUQGRRiBdYSb/HVHszdgVklE+D+J+ ++svMBYjg10iFWFWCtYMHL6dLnsVrUCLdgIf1y0hul3IJTXSe++i8EyITnbW9WY6LYSt cQ0HuK8BgdEKyVNZS6p+s6hZkz/KHpUhPkGwcJuSlCqEYyW+1T8OKe8cp9ZAnSMtkM75 9Wr/8VGQz9KPmFLk2/CT+5E4bi/5lYfiQWm4yT2JyPjCsVTBPcfKAUcBwmWSFdhEn6YX b/ivHup+hm5jCc5bsr+QrB28EIb4YTiD65R0gQnqk4CLjx14MtkjWgKN05TdVU11Y/8z ySqQ== X-Received: by 10.152.170.136 with SMTP id am8mr18593863lac.102.1430299459532; Wed, 29 Apr 2015 02:24:19 -0700 (PDT) Original-Received: from leviafan ([217.107.192.186]) by mx.google.com with ESMTPSA id do6sm6192078lac.19.2015.04.29.02.24.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 02:24:18 -0700 (PDT) In-Reply-To: <819c0a76-13fb-4d38-baa3-8ca429e8cf31@googlegroups.com> (Show Dont's message of "Tue, 28 Apr 2015 23:27:36 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104070 Archived-At: Show Dont (2015-04-29 09:27 +0300) wrote: > I want to edit /etc/sudoers for add 'git ALL=(ALL:ALL) ALL' in it. I am ready the root user, but emacs still can not edit the /etc/sudoers. Usually "/etc/sudoers" is not writable (permission is 440) and is intended to be edited using "visudo" command. -- Alex