 |
≫ |
|
|
 |
HP OpenVMS DCL ディクショナリ
このコマンド行では,リモート・ノード NODE3 にあるファイル RUN1.DAT をダンプします。省略時の DUMP 書式が使用されます。
| #4 |
$ DUMP/HEADER/BLOCK=COUNT=0 SYS$SYSTEM:DATASHARE.EXE
Dump of file SYS$SYSTEM:DATASHARE.EXE on 12-NOV-2001 16:06:46.75
File ID (16706,59,0) End of file block 410 / Allocated 411
File Header
Header area
Identification area offset: 40
Map area offset: 100
Access control area offset: 255
Reserved area offset: 255
Extension segment number: 0
Structure level and version: 2, 1
File identification: (16706,59,0)
Extension file identification: (0,0,0)
VAX RMS attributes
Record type: Fixed
File organization: Sequential
Record attributes: <none specified>
Record size: 512
Highest block: 411
End of file block: 410
End of file byte: 414
Bucket size: 0
Fixed control area size: 0
Maximum record size: 512
Default extension size: 0
Global buffer count: 0
Directory version limit: 0
File characteristics: Contiguous best try
Caching attribute: Writethrough
Map area words in use: 3
Access mode: 0
File owner UIC: [1,4]
File protection: S:RWED, O:RWED, G:RE, W:
Back link file identification: (7149,80,0)
Journal control flags: <none specified>
Active recovery units: None
Highest block written: 411
Client attributes: None
Identification area
File name: DATASHARE.EXE
Revision number: 1
Creation date: 12-AUG-2001 14:06:49.84
Revision date: 12-AUG-2001 14:06:53.20
Expiration date: <none specified>
Backup date: <none specified>
Map area
Retrieval pointers
Count: 411 LBN: 1297155
Checksum: 30710
|
この例の DUMP コマンドは,指定のファイルのファイル・ヘッダをダンプしています。このファイルは Files-11 ODS-2 媒体に記録されているため,ファイル・ヘッダは Files-11 ファイル・ヘッダ形式で表示されています。 Files-11 ヘッダに埋め込まれているのは,VAX RMS 属性ブロックです。
| #5 |
$ DUMP/HEADER/BLOCK=COUNT=0 DISK$GRIPS_2:[000000]AAREADME.TXT;
Dump of file DISK$GRIPS_2:[000000]AAREADME.TXT;1 on 15-DEC-2001
10:07:29.70
File ID (4,6,0) End of file block 29 / Allocated 29
ISO 9660 File Header
Length of Directory Record: 48
Extended Attribute Length: 1
Location of Extent (LSB/MSB): 312/312
Data Length of File Section (LSB/MSB): 14640/14640
Recording Date and Time 10-DEC-2001 16:22:30 GMT(0)
File Flags RECORD, PROTECTION
Interleave File Unit size: 0
Interleave Gap size: 0
Volume Sequence # of extent (LSB/MSB): 1/1
File Identifier Field Length: 14
File Identifier: AAREADME.TXT;1
System Use
5458542E 454D4441 45524141 0E010000 01000018 001E1610 100B5930 39000000
...90Y..............AAREADME.TXT 000000
00313B
;1.............................. 000020
Extended Attribute record
Owner Identification (LSB/MSB): 7/7
Group Identification (LSB/MSB): 246/246
Access permission for classes of users S:R, O:R, G:RE, W:RE
File Creation Date/Time: 5-OCT-2001 14:17:49.29 GMT(0)
File Modification Date/Time: 6-NOV-2001 16:22:30.96 GMT(0)
File Expiration Date/Time: 00-00-0000 00:00:00.00 GMT(0)
File Effective Date/Time: 00-00-0000 00:00:00.00 GMT(0)
Record Format Fixed
Record Attributes CRLF
Record Length (LSB/MSB): 80/80
System Identifier:
System Use
Extended Attribute Version: 1
Escape Sequence record length: 0
Application Use Length (LSB/MSB): 0/0
Application Use
VAX RMS attributes
Record type: Fixed
File organization: Sequential
Record attributes: Implied carriage control
Record size: 80
Highest block: 29
End of file block: 29
End of file byte: 304
Bucket size: 0
Fixed control area size: 0
Maximum record size: 80
Default extension size: 0
Global buffer count: 0
Directory version limit: 0
|
この DUMP/HEADER コマンドは,指定のファイルのファイル・ヘッダをダンプしています。このファイルは ISO 9660 媒体に記録されているため,フィル・ヘッダは ISO 9660 ファイル・ヘッダ形式で表示されています。また,このファイルにはオプションの ISO 9660 拡張属性レコードも含まれているため,それも表示されています。最後に,DUMP/HEADER の要求どおり,VAX RMS 属性が表示されています。
|