![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent help required | umanglalani | Shell Programming and Scripting | 1 | 04-12-2007 12:24 AM |
| Urgent Help required | rahul26 | UNIX for Dummies Questions & Answers | 1 | 08-16-2006 10:23 AM |
| Very Urgent help required in Shell Program | Suppandi | Shell Programming and Scripting | 1 | 12-09-2005 05:33 AM |
| Urgent help required with uname() | rm1 | High Level Programming | 2 | 02-23-2005 07:18 PM |
| C programming - Urgent help required | kkumar1975 | High Level Programming | 2 | 04-08-2002 04:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Could you please give me the command to know which is the default block size for a file on AIX ? Thank a lot ! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The blocksize is not a property of the file but of the filesystem. In JFS sa well as JFS2 the blocksize is always 512 bytes like in almost every UNIX filesystem i know of.
If you want to know some other properties of a filesystem like nbpi (number of bytes per inode), fragment size, etc. issue lsfs -q <FSname> or, if it is a LV property you are looking for lsattr -El <LVname> or alternatively lslv <various options> <LVname> dependig on the information you are looking for. Hope this helps. bakunin |
|
#3
|
|||
|
|||
|
Thank you.
regards |
|||
| Google The UNIX and Linux Forums |