> Date: Mon, 15 May 2006 21:38:57 -0700 > From: Garrett Cooper <[EMAIL PROTECTED]> > Subject: Re: Newbie File system > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > 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" <[EMAIL PROTECTED]> > >> Subject: Newbie File system > >> To: [email protected] > >> Message-ID: > >> <[EMAIL PROTECTED]> > >> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
