From owner-freebsd-questions Mon Jun 24 21:50:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10854 for questions-outgoing; Mon, 24 Jun 1996 21:50:36 -0700 (PDT) Received: from twwells.com (twwells.com [199.79.159.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA10839 for ; Mon, 24 Jun 1996 21:50:31 -0700 (PDT) Received: by twwells.com (Smail3.1.29.1 #8) id m0uYQ4u-0001CkC; Tue, 25 Jun 96 00:50 EDT Message-Id: From: bill@twwells.com (T. William Wells) Subject: Re: int link(const int inode, const char *name2) To: jonny@gaia.coppe.ufrj.br (Joao Carlos Mendes Luis) Date: Tue, 25 Jun 1996 00:50:15 -0400 (EDT) Cc: freebsd-questions@freebsd.org In-Reply-To: <199606250445.BAA19812@mailhost.coppe.ufrj.br> from "Joao Carlos Mendes Luis" at Jun 25, 96 01:45:43 am X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > set paranoid mode on > > #define quoting(T. William Wells) > // Actually, crashing your machine is pretty safe, especially if the > // machine is idled. To make it idle, log off everyone, shut down > // special systems (e.g., innd is best shut down by using ctlinnd, > // not a kill), kill all user processes (except the one keeping the > // file open), kill all system processes other than 0-4 and the > // gettys, sync, wait a few seconds, ... > > sync;sync;sync That bit of ancient history is purely psychological. Since sync isn't synchronous, after the command returns, your buffers aren't all written. However, after you've typed the command twice again, odds are they are. :-)