RmdirIn computing, rmdir (or rd) is a command which will remove an empty on various operating systems. The command is available in Unix (e.g. macOS, Solaris, AIX, HP-UX), Unix-like (e.g. FreeBSD, Linux), DOS, Digital Research FlexOS, IBM OS/2, Microsoft Windows or ReactOS operating systems. On MS-DOS, the command is available in versions 2 and later. DR DOS 6.0 also includes an implementation of the command. It is also available in the open source MS-DOS emulator DOSBox and in KolibriOS.
Mkdirmkdir est une commande Unix permettant de créer des répertoires. mkdir est l'abréviation de make directory (termes anglais signifiant « créer répertoire »). Cette commande est également connue sous le nom md (make directory) sur d'autres systèmes d'exploitation. Les trois principaux paramètres de mkdir sont : p pour parents : création de toute l'arborescence menant au dossier si elle n'existait pas (voir les exemples d'utilisation) ; v pour verbose : informe par le message mkdir: created directory 'test' pour chaque répertoire créé (voir les exemples d'utilisation) ; m=.
Flux standardEn informatique, les flux standard (standard stream en anglais) sont des canaux pour l'entrée et la sortie de données sur les systèmes d'exploitation UNIX et assimilés. L'accès à ces flux est habituellement fourni par la bibliothèque stdio.h du langage de programmation C. Ces flux sont au nombre de trois, au travers desquels les programmes peuvent faire entrer ou sortir des informations. Les utilisateurs connaissent généralement ces flux comme moyen par lequel un texte provenant d'un input device, et un texte s'affichant sur un afficheur sont transmis.
Long filenameLong filename (LFN) support is Microsoft's backward-compatible extension of the (short filename) naming scheme used in DOS. Long filenames can be more descriptive, including longer s such as .jpeg, .tiff, .html, and .xhtml that are common on other operating systems, rather than specialized shortened names such as .jpg, .tif, .htm, or .xht. The standard has been common with (FAT) s since its first implementation in Windows NT 3.5 of 1994. To maintain compatibility with older operating systems, Microsoft formulated a method of generating an 8.
DeltreeIn computing, DELTREE (short for delete tree) is a command line command in some Microsoft operating systems, SpartaDOS X and FreeDOS that recursively deletes an entire subdirectory of files. 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.
Exit statusIn computing, the exit status, or exit code, of a terminated process is an integer number that is made available to its parent process (or caller). In DOS, this may be referred to as an errorlevel. When computer programs are executed, the operating system creates an abstract entity called a process in which the book-keeping for that program is maintained. In multitasking operating systems such as Unix or Linux, new processes can be created by active processes.
System timeIn computer science and computer programming, system time represents a computer system's notion of the passage of time. In this sense, time also includes the passing of days on the calendar. System time is measured by a system clock, which is typically implemented as a simple count of the number of ticks that have transpired since some arbitrary starting date, called the epoch. For example, Unix and POSIX-compliant systems encode system time ("Unix time") as the number of seconds elapsed since the start of the Unix epoch at 1 January 1970 00:00:00 UT, with exceptions for leap seconds.
ANSI.SYSLe fichier ANSI.SYS est un pilote de périphérique du MS-DOS de la société Microsoft qui implémente partiellement un sous-ensemble de contrôle des terminaux textes proposé par l'ANSI X3L2 Technical Committee on Codes and Character Sets (the "X3 Committee"). Il étend les fonctionnalités d'une console dépourvue de ce support. Dans les environnements de la famille Linux ou plus généralement Unix, ce fichier n'est pas nécessaire dans la mesure où des fonctionnalités équivalentes sont fournies par d'autres moyens (l'affichage des couleurs par exemple est généralement directement implémenté par défaut dans les différents émulateurs de terminaux).
Help (commande)In computing, help is a command in various command line shells such as COMMAND.COM, cmd.exe, Bash, qshell, 4DOS/4NT, Windows PowerShell, Singularity shell, Python, MATLAB and GNU Octave. It provides online information about available commands and the shell environment. The command is available in operating systems such as Multics, Heath Company HDOS, CP/M Plus, DOS, IBM OS/2, eComStation, ArcaOS, IBM i, Microsoft Windows, ReactOS, THEOS/OASIS, Zilog Z80-RIO, Microware OS-9, Stratus OpenVOS, HP MPE/iX, Motorola VERSAdos, KolibriOS and also in the DEC RT-11, RSX-11, TOPS-10 and TOPS-20 operating systems.
Check DiskCheck Disk (CHKDSK) est un logiciel utilitaire en ligne de commande disponible sur les systèmes d'exploitation DOS, OS/2 et Microsoft Windows, qui indique l'état d'intégrité d'un disque dur ou d'un média amovible, et peut réparer certaines erreurs logiques. La commande est implémentée en tant que fichier exécutable, CHKDSK.exe. Sur les systèmes à base de Windows NT, chkdsk peut aussi vérifier les erreurs physiques ou les secteurs en erreur, ce qui était auparavant réalisé par la commande scandisk.