![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disk usage | rrs | Shell Programming and Scripting | 1 | 04-13-2007 12:48 AM |
| disk usage (df vs du) | gfhgfnhhn | UNIX for Advanced & Expert Users | 8 | 09-23-2006 05:06 PM |
| disk usage | karthikosu | UNIX for Dummies Questions & Answers | 2 | 06-29-2006 12:48 PM |
| Disk usage (Mac OS 10.4) | H1tokori | UNIX for Dummies Questions & Answers | 5 | 12-05-2005 04:37 PM |
| disk usage | asutoshch | UNIX for Dummies Questions & Answers | 4 | 04-01-2001 05:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Disk Usage
Im using solaris 8 on a Sunfire 280r. Is there a command to show you how much disk space is being used in gigabytes or megabytes. I dont think theres an option for this using the df command. not for solaris anyway.
thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
did you try to view these in Kbytes
df -k |
|
#3
|
|||
|
|||
|
some thing like this
# df -ha |
|
#4
|
||||
|
||||
|
-h was only brought into the Solaris df command as of Solaris 10.
df -k is the correct command to show you in kilobytes. You could always pipe through awk and perform some manipulation if you want to change the magnitude of the output fields. Cheers ZB |
||||
| Google The UNIX and Linux Forums |