From owner-freebsd-questions@FreeBSD.ORG Tue May 17 00:38:39 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 8E374106566C for ; Tue, 17 May 2011 00:38:39 +0000 (UTC) (envelope-from linuxtux37@gmail.com) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by mx1.freebsd.org (Postfix) with ESMTP id 638E18FC0C for ; Tue, 17 May 2011 00:38:39 +0000 (UTC) Received: by pxi11 with SMTP id 11so8391pxi.7 for ; Mon, 16 May 2011 17:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:content-type:x-mailer:message-id :date:to:content-transfer-encoding:mime-version; bh=/6yYpLl2iuRcrolj5YorQXit2y3Vp19WO4RgZZZd+6E=; b=Ia+JIFI0JHLCZJjPbx4+wR3zR10PtohJTaVCvDJny4vwlTdZ+Wyx8kSyziDngi545r NfGe4NITeCBgN12KoORf88Qq5a02Gv/lutab4ohVs8371vnzJMmhdMiT871kyLquTYIZ MJOqb5vRvYEGm9qEBolI6s3EPEk7rqnBxVBdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:content-type:x-mailer:message-id:date:to :content-transfer-encoding:mime-version; b=cCeBVDZsYi5nI0t+ff7k5ENuaHpgbU6qMgRwNTlDA/GsyQRUh8/7+/8iUPo82p5rIZ 13wqS0e6dLC2XrPNW05PEL07JI0ME+RgdvIPXiUqcsSHGTVfFh5cKDZiodZaOQQ4mmGV hXJ9I/odRybIryPWlJM2nE9cjUTQWTSHTtEb8= Received: by 10.68.1.132 with SMTP id 4mr61836pbm.240.1305592718780; Mon, 16 May 2011 17:38:38 -0700 (PDT) Received: from [192.168.2.3] (pool-98-119-28-201.lsanca.dsl-w.verizon.net [98.119.28.201]) by mx.google.com with ESMTPS id x4sm4135pbr.71.2011.05.16.17.38.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 May 2011 17:38:38 -0700 (PDT) From: Alexander Lardner Content-Type: text/plain; charset=us-ascii X-Mailer: iPod Mail (8J2) Message-Id: Date: Mon, 16 May 2011 17:38:21 -0700 To: FreeBSD Questions Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPod Mail 8J2) Subject: 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 00:38:39 -0000 Hello, Is it possible to do something like this: shutdown -p now /root/somefile How would I do that, or is it even possible? Thanks, Alex