![]() |
|
|
|
|
|||||||
| 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 |
| Need help on installing an EASY to use and easy to install command line text editor | EugeneG | UNIX for Dummies Questions & Answers | 4 | 07-16-2007 08:53 AM |
| Easy sed question? | earnstaf | UNIX for Dummies Questions & Answers | 6 | 06-19-2007 08:02 AM |
| Hopefully an Easy Question | lesstjm | Shell Programming and Scripting | 6 | 05-31-2007 06:23 AM |
| Easy AWK question | rdudejr | Shell Programming and Scripting | 9 | 07-14-2006 10:09 PM |
| A easy question. | kikikaka | Shell Programming and Scripting | 6 | 11-02-2004 05:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Easy question.. from a df -k command 205181344 = 200 gigs, right?
See topic.
I always have problems with the easy conversions. bash-2.03$ df -k . Filesystem kbytes used avail capacity Mounted on /dev/vx/dsk/webtrend/webtrends2 364904448 205181344 158481976 57% /webtrends/production/wtm_wtx/datfiles pretty much means 200 gigs used, right? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The kilo, giga stuff is based on 1024, not 1000
It's about 200GB closer to 195GB |
|
#3
|
|||
|
|||
|
I think for filesystem 1K is 1000. For memory, 1K is 1024.
|
|
#4
|
|||
|
|||
|
No, it's still 1024. It just says 1000 on the box.
|
|
#5
|
|||
|
|||
|
Try adding the -h option to df.
|
|||
| Google The UNIX and Linux Forums |