View Single Post

   
  #2 (permalink)  
Old 05-13-2008, 06:09 PM
ravanos
 
Posts: n/a
Default Re: df -h . is not working in Solaris.

On May 13, 10:49 am, g.munias...@gmail.com wrote:
> Hi,
>
> Can you please tell me, the df -h .command is not working in
> Solaris 8. Any other alternat command is existing in Solaris 8. Please
> help me regarding this.
>
> regards,
>
> Samy


df -h (human readable) is Solaris 9 and up.

use df -k instead, which shows the size of the directory in Kb in
stead of the human readable format.

Rob.
Reply With Quote