From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 17:06:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE980A3D for ; Wed, 10 Sep 2014 17:06:48 +0000 (UTC) Received: from mail.pchotshots.com (mail.pchotshots.com [12.172.123.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 744B21F8D for ; Wed, 10 Sep 2014 17:06:47 +0000 (UTC) Received: (qmail 38764 invoked by uid 89); 10 Sep 2014 17:08:48 -0000 Received: from unknown (HELO ?12.172.123.228?) (bmettee@pchotshots.com@12.172.123.228) by mail.pchotshots.com with ESMTPA; 10 Sep 2014 17:08:48 -0000 Message-ID: <54108505.3040508@pchotshots.com> Date: Wed, 10 Sep 2014 13:06:13 -0400 From: Brad Mettee User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: atar , freebsd-questions@freebsd.org Subject: Re: Strange file system behavior. References: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> In-Reply-To: <793B69B7-2534-42E1-9449-63B74D5BCEDE@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 17:06:49 -0000 On 9/10/2014 12:29 PM, atar wrote: > Hi! > > I'm using at FreeBSD 10.0 release but with the 'i386-memstick.img' version running from my USB stick and I've noticed at strange behavior when I tried execute the command: 'less /etc/resolv.conf' it gives me an error message that says: 'No such file or directory' but I fairly know that this file does exists from the output of the 'ls -lh /etc/resolv.conf' command, so what's going on here? > > Regards, > > Atar. Atar, Is it possible that it's failing to find the 'less' program, and not the file you're trying to look at? Brad