Date: Tue, 16 May 2006 13:20:08 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> To: steinex@nognu.de (Frank Steinborn) Cc: freebsd-questions@freebsd.org, Maan Jee <maanjee@gmail.com> Subject: Re: Newbie File system Message-ID: <200605161720.k4GHK8eN012861@clunix.cl.msu.edu> In-Reply-To: <20060516164126.B5485B83F@shodan.nognu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605161720.k4GHK8eN012861>
