From owner-freebsd-questions@FreeBSD.ORG Tue May 17 01:52:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE511065670 for ; Tue, 17 May 2011 01:52:00 +0000 (UTC) (envelope-from prvs=0111c51316=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE0B8FC16 for ; Tue, 17 May 2011 01:52:00 +0000 (UTC) Received: (qmail 94707 invoked from network); 17 May 2011 01:25:18 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 17 May 2011 01:25:18 -0000 Date: 17 May 2011 01:24:56 -0000 Message-ID: <20110517012456.41965.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org In-Reply-To: <20110517021633.26b47751@gumby.homeunix.com> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Cc: rwmaillists@googlemail.com Subject: Re: Input file for shutdown warning? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 01:52:00 -0000 In article <20110517021633.26b47751@gumby.homeunix.com> you write: >On Mon, 16 May 2011 17:38:21 -0700 >Alexander Lardner wrote: > >> Hello, >> Is it possible to do something like this: >> >> shutdown -p now /root/somefile # shutdown - -p now < /root/somefile If you had read the man page, you would already know that. R's, John