Newbie File system

Garrett Cooper youshi10 at u.washington.edu
Mon May 15 21:39:05 PDT 2006


James Long wrote:
>> Date: Mon, 15 May 2006 17:20:33 +0200
>> From: "Maan Jee" <maanjee at gmail.com>
>> Subject: Newbie File system
>> To: freebsd-questions at freebsd.org
>> Message-ID:
>> 	<2cd0a0da0605150820v6b267980g27818e47950bcf70 at 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


More information about the freebsd-questions mailing list