ATTRIB

From Infogalactic: the planetary knowledge core
(Redirected from Attrib)
Jump to: navigation, search

ATTRIB is a command, in DOS, OS/2 and Microsoft Windows that allows the user to change various characteristics, or "attributes" of a file or directory.

Background

Several Microsoft operating systems provided a set of modifiable file characteristics that could be accessed and changed through a low-level system call. For example, as of release 4.0, the first six bits of the file attribute byte indicated whether or not a file was read-only (as opposed to writeable), hidden, a system file, a volume label, a subdirectory, or if the file had been "archived" (with the bit being set if the file had changed since the last use of the BACKUP command).[1] However, initial releases of the operating system did not provide user-level method for reading or changing these values.[2]

History

The initial version of the ATTRIB command was first included in version 3.0 of PC-DOS, with functionality limited to changing the read-only attribute.[2] Subsequent versions allowed the read-only, hidden, system and archive bits to be set.[3] MS-DOS version 3.3 added the capability of recursive searching through subdirectories to display attributes of specified files.[4]

Uses

Setting the read-only bit of a file provided only partial protection against inadvertent deletion: while commands such as del and erase would respect the attribute, other commands such as DELTREE did not.[5] Changing the system attribute was not possible in early versions of Windows, thus requiring use of ATTRIB.[5] Similarly, a system crash in early versions of Windows could lead to a situation where a temporary file had the read-only bit set and was additionally (and irrevocably) locked by the Windows OS; in this instance, booting into DOS (thus avoiding the Windows lock) and unsetting the read-only attribute with ATTRIB was the recommended way of deleting the file.[6] Manipulating the archive bit allowed users to control which files were backed up using the BACKUP command.[2]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 2.2 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.

External links