From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFFE6138CC5 for ; Thu, 26 Mar 2015 01:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06AECE0899; Thu, 26 Mar 2015 01:47:04 +0000 (UTC) Received: from mail.web-xs.org (mail.web-xs.org [148.251.4.204]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E71FFE087E for ; Thu, 26 Mar 2015 01:47:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.web-xs.org (Postfix) with ESMTP id C070E6EC1F16 for ; Thu, 26 Mar 2015 02:47:00 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.web-xs.org Received: from mail.web-xs.org ([127.0.0.1]) by localhost (mail.web-xs.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3EDnm5iIovUj for ; Thu, 26 Mar 2015 02:46:59 +0100 (CET) Received: from server-1.localdomain (p54A70F5C.dip0.t-ipconnect.de [84.167.15.92]) (Authenticated sender: lukas@der-erste-sinn.de) by mail.web-xs.org (Postfix) with ESMTPA id 49D5F6EC1E9A for ; Thu, 26 Mar 2015 02:46:59 +0100 (CET) Received: from hal9000.localdomain (hal.localdomain [192.168.0.2]) by server-1.localdomain (Postfix) with ESMTP id D4ECB3F881 for ; Thu, 26 Mar 2015 02:46:58 +0100 (CET) Date: Thu, 26 Mar 2015 02:46:37 +0100 From: To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to poweroff the system from user? Message-ID: <20150326024637.0329c08b@hal9000.localdomain> In-Reply-To: <20150321152656.a82a84b3e8a32c8b68554548@gmail.com> References: <20150321152656.a82a84b3e8a32c8b68554548@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 80208adc-a075-4880-a154-c4149c2b7737 X-Archives-Hash: 09937bc58efd070682713dbf3d9bdfb3 German wrote: > If I run poweroff from root, the system shuts down, however when I > run poweroff from user -- command not found. How to shut down the > system from user? Thanks I modified a line in /etc/inittab so that I can shutdown my system as user with Ctrl+Alt+Del: # What to do at the "Three Finger Salute". ca:12345:ctrlaltdel:/sbin/shutdown -h now It works even without systemd. ;-) -- Regards wabe