Question

In: Computer Science

Please analyze and explain the most common use Windows command prompt and how to issue the...

Please analyze and explain the most common use Windows command prompt and how to issue the command-line commands in a paragraph or two.

Solutions

Expert Solution

The most used windows command propmp commands are as follows:

1. Ipconfig:It displays the IP address which your computer is currently using:

2.Ping: This commands checks that whether the packets which are being sent to the specified destination

            Syntax Ping Ip address

3.Systeminfo: This command gives the configuration of your computer. The details like windows installation time, BIOS version, memory space available.

Syntax: system/s foloowed by computer host name

4.Tasklist: This command gives the current list of all the ongoing tasks running on your computer

    syntax tasklist -v

5.SFC: System file checker checks for viruses on your computer

              Syntax: SFC/SCANNOW

6.Tracert:This command helps you to trace the route of the server from where you get your response back

               Syntax: Tracert name ofthe website

Answer 2: The Process of issuing the command line commnads in a paragraph or two areas follows:

1.Syntax : DIR > some descriptive filename.txt

    If you wnat to redrect your output to a text file insetad of Printing it into the screen then you have to use ">"

    symbol.In this case the command is not displayed in screen rather it is displayed in a text file as a paagraph or

two

       


Related Solutions

Open the Command Prompt window and use the nslookup command to identify the domain names that...
Open the Command Prompt window and use the nslookup command to identify the domain names that correspond to the following IP addresses: 161.170.244.20 205.251.242.103 144.160.155.43 Use the Command Prompt window and nslookup command to identify the IP addresses that correspond to the following domain names: walmart.com amazon.com att.com Close the Command Prompt window. Submit your findings.
1. At the command prompt, use the where command to locate the where.exe file. Copy and...
1. At the command prompt, use the where command to locate the where.exe file. Copy and paste the full path and filename for the where.exe file into the space provided below. 2. At the command prompt, enter the following command and press enter. find "free beer" "c:\Program Files (x86)\Notepad++\*.txt" This command searches for the string "free beer" in all .TXT files in the Notepad++ program folder. According to the output of the find command, which of the files listed below...
Please use refrences APA style. Explain the basic structure of health insurance and analyze its most...
Please use refrences APA style. Explain the basic structure of health insurance and analyze its most important part. Describe the main purpose of health insurance in your own words. What impact do you think health insurance has on our economy today? Explain why managed care was incorporated in the US health care system long ago? Describe and contrast the three types of managed care plans—HMOs, PPOs, and POS?. Should the same individuals who pay for your health care (managed care...
Use Linux fedora At the command prompt, type route and press Enter. What entries are listed?...
Use Linux fedora At the command prompt, type route and press Enter. What entries are listed? What does each entry represent? What IPv4 address is listed as your default gateway? At the command prompt, type ip route add 1.0.0.0/8 via gwIP and press Enter, where gwIP is the IPv4 address of your default gateway. At the command prompt, type route and press Enter. Is the route added in Step 3 visi- ble? Will this route interfere with traffic that is...
Please analyze and summarize the command driven operating system with a GUI operating system in a...
Please analyze and summarize the command driven operating system with a GUI operating system in a paragraph or two.
unix question please write a program and then show how to use top command that shows...
unix question please write a program and then show how to use top command that shows the zombie process, give snapshot of top command that shows the zombie process Write a very simple program that will show the possibility of having zombie processes. Write a program named zombie.c The main process will create a child. The child prints something like: “I am the child with pid ….. and my parent has ppid ….” Next, the child will sleep for 1...
Please use RStudio to answer the question and give the R command: please load data use...
Please use RStudio to answer the question and give the R command: please load data use data: library(MASS) data(cats) Use the “cats” data set to test for the variance of the body weight in male and female cats
USING COMMAND PROMPT ON LINUX. show how... Linux Users, Groups, and Permissions Lab Objective: Understand how...
USING COMMAND PROMPT ON LINUX. show how... Linux Users, Groups, and Permissions Lab Objective: Understand how to create user accounts Understand how to create group accounts Creating good password policies Understanding permissions and file sharing Setup: You will need a Ubuntu Server VM Walk Through: You are a system administrator who has been tasked to create user accounts for new users on your system. You can pick whatever theme you like as long as there are protagonist and antagonist users:...
What does the ​ netstat command do? The netstat command has many options. Please explain the...
What does the ​ netstat command do? The netstat command has many options. Please explain the following commonly used options and briefly explain the meaning of the output. How can you know which program (i.e., process) is using a specific port? ~$​ netstat -a ~$ ​ netstat -l ~$ ​ netstat -s ~$ ​ netstat -p ~$ ​ netstat -r ~$ ​ netstat -ie You can ignore those lines related to UNIX domain sockets.
please use linux or unix to complete Diff command The diff command displays differences between two...
please use linux or unix to complete Diff command The diff command displays differences between two files on a line-by-line basis. It displays the differences as instructions that you can use to edit one of the files ( using the vi editor) to make it the same as the other. When you use diff, it produces a series of lines containing Append (a), Delete (d), and Change (c) instructions. Each of these lines is followed by the lines from the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT