![]() |
|
|
|
|
|||||||
| 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 |
| if else block | ajitkumar2 | Shell Programming and Scripting | 3 | 05-22-2008 05:58 AM |
| BAD SUPER BLOCK - Run fsck with alternate super block number | admin wanabee | HP-UX | 1 | 09-08-2006 10:57 AM |
| block size | csaunders | SUN Solaris | 3 | 05-19-2004 10:35 AM |
| os block size | kburrows | Filesystems, Disks and Memory | 1 | 10-10-2002 12:45 PM |
| IP Block | francisco | Security | 5 | 01-01-2002 09:54 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
block sizess
hi
I'm experiencing disk full errors on one of my boxes and can't unzip an archive that contains tests to execute( last file in zip - a data file is truncated) I've tried df on the box with the problem and freespace is 100418912 from a df command. How much is that exactly? It's in 1k-blocks (1024kilobytes? 1024 kilobits?) An ls -l on the folder containing all the files in the zips totals at 70284989 (Kilobytes? kilobits?) I've man'ed ls and it does'nt say how the filesize is returned can anyone explain? thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
check if this works in your system:
Code:
df -h check if this works in your system: Code:
ls -lh |
||||
| Google The UNIX and Linux Forums |