NEW
Font size
WorksheetsLinux Terminal
Total questions: 10
Worksheet time: 5mins
What is the Linux Terminal used for?
Playing games
Running command-line operations
Watching videos
Editing photos
Which shortcut opens the Linux Terminal in most distributions?
Ctrl + Alt + Del
Ctrl + Shift + Esc
Ctrl + Alt + T
Alt + F4
What command clears the Terminal screen?
delete
clear
cls
reset
What does the cd command do?
Copy files
Change directories
Create directories
Delete directories
Where can you access Terminal Preferences in most Linux distributions?
Edit → Preferences
View → Options
File → Settings
System → Preferences
What is the main purpose of the man command?
Display manual pages for Linux commands
Create a new file
Move files to another directory
Shutdown the system
What key should you press to exit a man page?
Esc
Ctrl + C
q
Enter
Which man section covers system administration commands?
1
5
7
8
Which command provides a brief description of a Linux command?
man
whatis
apropos
help
What command searches for commands related to a keyword?
man
whatis
apropos
find
