ATTRIB

In computing, ATTRIB is a command, in DOS, OS/2, Microsoft Windows and ReactOS that allows the user to change various characteristics, or "attributes" of a computer file or directory. The command is also available in the EFI shell.[1]

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).[2] However, initial releases of the operating system did not provide user-level method for reading or changing these values.[3]

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.[3] Subsequent versions allowed the read-only, hidden, system and archive bits to be set.[4] MS-DOS version 3.3 added the capability of recursive searching through subdirectories to display attributes of specified files.[5]

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.[6] Changing the system attribute was not possible in early versions of Windows, thus requiring use of ATTRIB.[6] 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.[7] Manipulating the archive bit allowed users to control which files were backed up using the BACKUP command.[3]

See also

References

  1. "EFI Shells and Scripting". Intel. Retrieved 2013-09-25.
  2. IBM Disk Operating System Version 4.00 Technical Reference (1st ed.). July 1988. p. 3:5.
  3. 1 2 3 Petzold, Charles (June 10, 1986). "Changing DOS File Attributes". PC Magazine. pp. 249&ndash, 262.
  4. "DOS Attrib". Encyclopedia. PC Magazine. Retrieved 2007-08-02.
  5. "Using ATTRIB, CHKDSK, or DIR Command to Locate Files". Microsoft. Archived from the original on 2014-09-01. Retrieved 2017-11-01.
  6. 1 2 O'Reilly, Tim; Mott, Troy; Glenn, Walter J. (1999). Windows 98 in a Nutshell: A Desktop Quick Reference. O'Reilly. pp. 303&ndash, 306. ISBN 1-56592-486-X.
  7. Jones, James G.; Landes, Craig (2003). A+ Exam Cram 2: Windows 2000 Directory Services Infrastructure. Que. pp. 309&ndash, 310. ISBN 0-7897-2867-2.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.