What is the correct syntax to run a error fixing check disk in a command prompt?
-
chkdsk /f
-
cd
-
ipconfig
-
dir
EXPLANATION
The cd command, also known as chdir,
is a command-line OS shell command used to change the current working
directory in operating systems such as Unix, DOS, OS/2, AmigaOS,
Windows, and Linux. It is also available for use in shell scripts and
batch files. The system call that affects the command in most operating
systems is chdir that is defined by POSIX.
In computing, ipconfig in Microsoft
Windows is a console application that displays all current TCP/IP
network configuration values and can modify Dynamic Host Configuration
Protocol and Domain Name System settings.
In computing, dir is a command used
for file and directory listing, specifically in the command line
interface of the operating systems CP/M, DOS, OS/2, Singularity,
Microsoft Windows and in the DCL command line interface used on VMS,
RT-11 and RSX-11. The command is also supplied with OS/8 as a CUSP.
Checks the file system and file system metadata of a volume for logical and physical errors. If used without parameters, chkdsk displays only the status of the volume and does not fix any errors. If used with the /f, /r, /x, or /b parameters, it fixes errors on the volume.
0 comments:
Post a Comment