From owner-freebsd-questions@FreeBSD.ORG Wed Sep 25 08:34:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F1CCD11 for ; Wed, 25 Sep 2013 08:34:04 +0000 (UTC) (envelope-from sreeramabs@gmail.com) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 520242227 for ; Wed, 25 Sep 2013 08:34:04 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id oz11so4506929veb.3 for ; Wed, 25 Sep 2013 01:34:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=jevCGClIIl2nMdbcuybbGFDgEMMVJTnb+GEZuptQllY=; b=hfLgFTFAl/fwhh/VKrlVs/BIh2xPkmEI2c88wegJQPf7sQe/xSdJYoVBA2Rec9uYGO zmbJHRQS+cYWJvKTpyQJyxApcylUYwh8OFAcUNAczu/k0b4EqT0G4hb5DS5P60WAwCe1 Qn4hCYowKa6tVlgggmRLf9260Yt/a16/8XIQ5BMrGo2mRaRQJRzvdn5jpXcMu71phrBy ZXGziTcSH4Kp9E+BqfJ9dE2JvWVRKqjue5Nqg0eD9zcxd0XKD4kr6jr+1PK828J6xtk8 i04Y9ffWgdykiveVmRz4HwmNOTjgYq/ldBdQ+I1oD1qRXmP5mzg/au2cJwQDJp9V2cBH nifw== MIME-Version: 1.0 X-Received: by 10.220.91.16 with SMTP id k16mr11499870vcm.21.1380098043498; Wed, 25 Sep 2013 01:34:03 -0700 (PDT) Received: by 10.58.23.33 with HTTP; Wed, 25 Sep 2013 01:34:03 -0700 (PDT) Date: Wed, 25 Sep 2013 14:04:03 +0530 Message-ID: Subject: Files in /tmp directory - Is there any timelimit ? From: Sreeram BS To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 08:34:04 -0000 Hi, I am using FreeBSD 9. I would like to know as to what is the lifetime of the files in /tmp directory. The general description says that these files *may* not be preserved across a reboot. By this I interpret that if the system is not rebooted, then these files will be there forever. But, just wanted a confirmation to see if there is any lifespan (expiry-time) attached with these files (ie the system would flush these files after some days/months etc automatically). Please inform. Regards, Sreeram