Hi guys,
If I do a df-k in unix and I got this:
$ df -k
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 98304 33548 66% 2942 6% /
/dev/hd2 5144576 1694000 68% 73519 6% /usr
/dev/hd9var 65536 33036 50% 838 6% /var
/dev/hd3 131072 30344 77% 2443 8% /tmp

I everything under the column 1024-blocks in bytes or kilobytes ?
So on mount point /dev/hd4 what does the 98304 and 33548 stand for? Does it stand for bytes or Kilobytes. I am trying to determine it in bytes.

I am new to unix so it's confusing for me

thanks