James Long wrote:
Date: Mon, 15 May 2006 17:20:33 +0200
From: "Maan Jee" <[EMAIL PROTECTED]>
Subject: Newbie File system
To: freebsd-questions@freebsd.org
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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to