Components of An Operating System
Components of An Operating System
Components of An Operating System
system
fdisk /[switch]
scandisk /[switch]
Switches commonly used with the scandisk command are as
follows:
mem /[switch]
Switches commonly used with the mem command are as follows:
– c – Lists the programs that are currently loaded into memory and
shows how much conventional and upper memory each program is
using
– d – Lists the programs and internal drivers that are currently loaded
into memory
– e – Lists the free areas of conventional and upper memory, which are
discussed later in this module
– p – Pauses after each screen of information
copy – This command is commonly used to copy one or more files from
one location to another. The copy command can also be used to create
new files. By using the copy con: command to copy files from the
keyboard console to the screen, files can be created and then saved to
disk. Switches commonly used with the copy command are as follows:
– y – Replaces existing files without providing a confirmation prompt
– -y – Displays a confirmation prompt before copying
over existing files
– a – Copies ASCII files and applies to the filename
preceding it and to all following filenames
– b – Copies binary files and applies to the filename
preceding it and to all following filenames
– v – Checks the copy to make sure that a file was
copied correctly and displays an error message if the
copy cannot be verified