Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.39 KB

File metadata and controls

37 lines (18 loc) · 1.39 KB

Juan Miguel Cano October 12, 2023

Class 9

Readings: Command Line Interface

Reading

Command Prompt: What it is and how to use it

1. What is the Command Prompt?

• The Command Prompt is a text-based interface in Windows for running text commands to interact with and manage the operating system.

2. How do I access the Command Prompt?

• You can access the Command Prompt by searching for "cmd" or "Command Prompt" in the Start menu, or by pressing Win + R, then typing "cmd" and pressing Enter.

3. What are some of the most commonly used commands?

• Common commands include "dir" (list files and directories), "cd" (change directory), "ipconfig" (display network configuration), and "ping" (test network connectivity).

4. What is Windows Power Shell?

• Windows Terminal is a modern, customizable terminal application that allows you to run Command Prompt, PowerShell, and other shells in a single window, enhancing the command-line experience in Windows.

5. What is Windows Terminal?

• Windows Terminal is a modern, customizable terminal application that allows you to run Command Prompt, PowerShell, and other shells in a single window, enhancing the command-line experience in Windows.

Resources Used: https://www.lifewire.com/command-prompt-2625840 Chatgpt

Lab: https://docs.google.com/document/d/1Ivml2Z0pfpLE_HeiXdF-6CyrS7pgbNCTmduqCUn0mw0/edit?usp=sharing