LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Human readable output from HP-UX (https://www.linuxquestions.org/questions/linux-newbie-8/human-readable-output-from-hp-ux-839458/)

Ejdaha 10-21-2010 12:07 AM

Human readable output from HP-UX
 
Dear All

How can get human readable output from df -k in HP-UX?

Thanks all

prayag_pjs 10-21-2010 12:12 AM

df -h

man df will help you

Ejdaha 10-21-2010 12:14 AM

df -h doesn't work for HP-UX

$ df -h
df: illegal option -- h
usage : df [-F FStype] [-V] [-egiklnvfb] [-t|-P] [-o specific_options]
[special | directory ...]

prayag_pjs 10-21-2010 12:28 AM

can you see if this command works

df --si

Ejdaha 10-21-2010 12:32 AM

df --si
df: illegal option -- -
usage : df [-F FStype] [-V] [-egiklnvfb] [-t|-P] [-o specific_options]
[special | directory ...]

prayag_pjs 10-21-2010 12:46 AM

I think the option is not available.But by writing some script you can get it in human readable form.

sujithspillai90 05-09-2013 02:05 AM

use bdf command to get it in kb.

#bdf


All times are GMT -5. The time now is 04:25 AM.