Results 1 to 2 of 2
Hi...
I need to check the free available size on the "/root" before creating a file .
Can i do it by using df?if not , can you please specify ...
- 05-04-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
Check for /root size
Hi...
I need to check the free available size on the "/root" before creating a file .
Can i do it by using df?if not , can you please specify me which one to use?
- 05-04-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
The 'df' command is fine. IE:
Note that /root is the home directory for the root (administrator) user account, where / is the root directory for the system.Code:df / df /root
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote