Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unix question
For du:
-s Causes only the grand total (for each of the specified files) to be
given.
-k Causes du to write the file sizes in units of 1024 B,rather than the
default 512 B units.
For df:
-k Print allocation in kilobytes (i.e., in 1024 B units). The
output format is similar to that of
the df command in the BSD. If df is invoked as bdf, -k is implied.
-----Original Message-----
From: Henry Poras [mailto:HPoras_at_ctp.com]
Sent: Monday, May 01, 2000 4:15 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Unix question
I've also seen differences between df -k and du -sk. I assume they use different calls to the kernal, but I don't know how they differ (neither did Received on Mon May 01 2000 - 16:15:57 CDT
![]() |
![]() |