From owner-freebsd-questions@FreeBSD.ORG Tue May 16 17:20:17 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 B08AF16AA99 for ; Tue, 16 May 2006 17:20:17 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05643D68 for ; Tue, 16 May 2006 17:20:09 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k4GHK8nN012862; Tue, 16 May 2006 13:20:08 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k4GHK8eN012861; Tue, 16 May 2006 13:20:08 -0400 (EDT) From: Jerry McAllister Message-Id: <200605161720.k4GHK8eN012861@clunix.cl.msu.edu> To: steinex@nognu.de (Frank Steinborn) Date: Tue, 16 May 2006 13:20:08 -0400 (EDT) In-Reply-To: <20060516164126.B5485B83F@shodan.nognu.de> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Maan Jee 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 17:20:21 -0000 > > Maan Jee wrote: > > Hi > > > > Can someone explane that at which filesystem is my "/home" directory > > located? > > > > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad0s1a 507630 55002 412018 12% / > > devfs 1 1 0 100% /dev > > /dev/ad0s1e 507630 12 467008 0% /tmp > > /dev/ad0s1f 34336100 1564298 30024914 5% /usr > > /dev/ad0s1d 1506190 24892 1360804 2% /var > > > > thanks..../mj > > Anything under /, that doesn't show up in 'df' is, of course, on the / > file system. However, since /home is just a symlink to /usr, the > answer to your question is it's under /usr. Actually, the default is /home is a symlink to /usr/home not just /home. But, I think the poster really means where is the login home directory. you can find that out many ways, most of which have been mentioned. finger user_id grep user_id /etc/passwd cd pwd etc ////jerry > > Frank > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >