1832978 Members
3084 Online
110048 Solutions
New Discussion

bdf command

 
sheevm
Regular Advisor

bdf command

We have sun machine running unix. I am trying to find the equivalent command to HP's "bdf".

Can anyone who has sun expetise tell me if there is any place some basic commands on "sun unix"

Thanks
be good and do good
5 REPLIES 5
Martin Burnett_2
Trusted Contributor

Re: bdf command

Hello,

Try "df", it's standard Unix and can give you the same info.

# df

Thanks for participating in the forums,

Martin
Chaos reigns within. Reflect, repent, and reboot. Order shall return.
Jeff Schussele
Honored Contributor

Re: bdf command

Hi Raji,

That would be the df command.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: bdf command

Hi Raji:

Try 'df' command

# man df

HTH,
Shiju
Life is a promise, fulfill it!
Jeff Schussele
Honored Contributor

Re: bdf command

Raji,

For SUN command info try:

http://docs.sun.com/

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
SHABU KHAN
Trusted Contributor

Re: bdf command

Hi Raji,

The equivalent of bdf on SUNs is

df -k

Some of the other differences are :
Disk Space
----------
bdf df -k

Process status
---------------
swapinfo swap -l

Physical Memory
---------------
dmesg | grep -i phy dmesg|grep mem
prtconf|grep -i mem (SUN)

Hardware Status/Info
--------------------
print_manifest /usr/platform/sun4u/sbin/prtdiag -v

etc ...


Thanks,
Shabu