From owner-freebsd-questions@FreeBSD.ORG Tue May 16 18:59:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC3BA16B464 for ; Tue, 16 May 2006 18:59:27 +0000 (UTC) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8281243D45 for ; Tue, 16 May 2006 18:59:27 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k4GIxQv8093615 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 16 May 2006 11:59:26 -0700 (PDT) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k4GIxQrD093614; Tue, 16 May 2006 11:59:26 -0700 (PDT) (envelope-from james) Date: Tue, 16 May 2006 11:59:25 -0700 From: James Long To: freebsd-questions@freebsd.org, Garrett Cooper Message-ID: <20060516185925.GA93340@ns.museum.rain.com> References: <20060516091518.CCEE016A56A@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060516091518.CCEE016A56A@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (ns.museum.rain.com [127.0.0.1]); Tue, 16 May 2006 11:59:26 -0700 (PDT) Cc: Subject: Re: Newbie File system 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, 16 May 2006 18:59:35 -0000 > Date: Mon, 15 May 2006 21:38:57 -0700 > From: Garrett Cooper > Subject: Re: Newbie File system > To: freebsd-questions@freebsd.org > Message-ID: <44695761.2020507@u.washington.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > James Long wrote: > >> Date: Mon, 15 May 2006 17:20:33 +0200 > >> From: "Maan Jee" > >> Subject: Newbie File system > >> To: freebsd-questions@freebsd.org > >> Message-ID: > >> <2cd0a0da0605150820v6b267980g27818e47950bcf70@mail.gmail.com> > >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >> > >> Can someone explane that at which filesystem is my "/home" directory > >> located? > >> > > > > cd /home && df . > > > > will tell you. > > > "df -h ~", "df -h $HOME", or "df -h `printenv HOME`" will do the trick. > -Garrett I'm not sure you read the post correctly. He's asking where the "/home" directory is on his system. /home is typically a symlink to /usr/home, although it doesn't have to be. My reply will definitively tell the user which filesystem the /home directory (or symlink) resides on.