:: reverse dictionary ::
ファイルの属性を表示するには、attrib コマンドを実行します。
C:\>attrib A C:\AUTOEXEC.BAT SH C:\boot.ini A SHR C:\bootfont.bin A C:\CONFIG.SYS A H C:\ffastun.ffa A H C:\ffastun.ffl A H C:\ffastun.ffo A H C:\ffastun0.ffx A SH C:\hiberfil.sys A SHR C:\IO.SYS A SHR C:\MSDOS.SYS A SHR C:\NTDETECT.COM A SHR C:\ntldr A SH C:\pagefile.sys
attrib [ドライブ:][パス][ファイル名]
attrib コマンドに何も指定しないで実行すると、カレントディレクトリに存在する全てのファイルの属性を表示します。
ファイル名を指定して実行すると、そのファイルのみの属性を表示します。(ファイルが存在する場合のみ)
C:\>attrib AUTOEXEC.BAT A C:\AUTOEXEC.BAT
各属性は、次の表の意味になります。
| 属性 | 意味 |
|---|---|
| A | アーカイブ( Archive ) |
| S | システム( System ) |
| H | 隠し( Hidden ) |
| R | 読み取り専用( Read-only ) |
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com