Loading AI tools
From Wikipedia, the free encyclopedia
In computing, DELTREE
(short for delete tree) is a command line command in some Microsoft operating systems, SpartaDOS X[1] and FreeDOS[2] that recursively deletes an entire subdirectory of files.
Developer(s) | Microsoft, Datalight, Charles Dye |
---|---|
Initial release | March 1993 |
Operating system | MS-DOS 6, SpartaDOS X, ROM-DOS, FreeDOS, Windows 9x |
Type | Command |
License | MS-DOS, ROM-DOS, Windows: Proprietary commercial software FreeDOS: GPL v2 |
When IBM and Microsoft introduced PC DOS 1.0 and MS-DOS 1.0, subdirectories were not yet supported. This state of affairs was remedied with the release of DOS 2.0, which introduced support for subdirectories and directory nesting; however, it had no built-in facility for deleting entire subdirectory trees.[3] Through the release of MS-DOS 5.0, removing nested subdirectories required removing all of the files in the lowest subdirectories, then removing the subdirectory itself, then repeating the process up the directory tree. By 1991 at least one competing product, DR-DOS, had introduced a well-received utility that enabled recursive file deletion.[4] With the introduction of MS-DOS 6.0, Microsoft regained parity by adding the DELTREE
command.[5]
DELTREE
was retained in Windows 9x but was not shipped in Windows NT family of operating systems. Instead, the rmdir
(alias rd
) command removes a subdirectory along with all its files if the /S
command-line switch is given.[6]
In MS-DOS, PC DOS and Windows 9x, DELTREE
was implemented as an external command, with its functionality kept in a separate file outside of COMMAND.COM.[7] Normal operation prompted the user for verification that the specified directories were indeed intended to be removed, but this safeguard could be suppressed with a command-line option.[5] Unlike most other commands that operated on the file system, multiple directories could be passed to the command at one time.[8] An undocumented feature allowed the user to append a trailing "/" character to a directory name in order to preserve the directory but remove everything underneath it.[9] In theory, deleted material could be recovered.[8]
Datalight ROM-DOS[10] also includes an implementation of the DELTREE
command.
The FreeDOS version was developed by Charles Dye and is licensed under the GPL v2.[11]
The command-syntax is:
DELTREE[/Y][DRIVE:][PATH]
DELTREE
was designed to ignore all file and directory attributes, such as hidden, read-only and system.[9] The command was described as "potentially dangerous" and "capable of wiping out hundreds of files at a time".[5] Combined with the PURGE command (which prevented data recovery), it became an example of a worst-case payload for malware[12] as well as figuring in one of the early computer sabotage trials.[13][14]
Contributing to the problem is the fact that MS-DOS and Windows 9x do not support discretionary access control to mitigate this issue. The Windows NT family does. Furthermore, starting with Windows Vista, mandatory access control and User Account Control further mitigate the issue.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.