0
0
Linux CLIscripting~5 mins

Opening and using the terminal in Linux CLI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a terminal in Linux?
A terminal is a program that lets you type commands to control your computer. It is like talking to your computer using words instead of clicking icons.
Click to reveal answer
beginner
How do you open the terminal on most Linux systems?
You can open the terminal by pressing Ctrl + Alt + T or by searching for "Terminal" in the applications menu.
Click to reveal answer
beginner
What does the command pwd do in the terminal?
The pwd command shows the current folder you are in. It stands for "print working directory."
Click to reveal answer
beginner
How can you list files and folders in the terminal?
Use the command ls to see all files and folders in the current directory.
Click to reveal answer
beginner
Why is using the terminal helpful?
The terminal lets you do tasks faster and more precisely. It is useful for automation, fixing problems, and running programs without a mouse.
Click to reveal answer
Which key combination usually opens the terminal in Linux?
ACtrl + C
BCtrl + Shift + N
CAlt + F4
DCtrl + Alt + T
What does the command ls do?
APrints the current directory
BLists files and folders
CDeletes files
DCreates a new folder
What is the terminal mainly used for?
ATyping commands to control the computer
BBrowsing the internet
CWatching videos
DEditing photos
What does the command pwd show?
ADisk usage
BList of files
CCurrent folder path
DSystem time
Which of these is NOT a reason to use the terminal?
APlaying games
BPrecise control
CFaster task execution
DAutomation
Explain how to open the terminal and why it is useful.
Think about how you start the terminal and what you can do with it.
You got /4 concepts.
    Describe the purpose of the commands pwd and ls.
    These commands help you know where you are and what is inside the folder.
    You got /3 concepts.