Introduction to Linux Command Line & Shortcuts to use Terminal .

Опубликовано: 04 Август 2026
на канале: CodeWithHamad
160
17

CLI stands for Command Line Interface
GUI stands for Graphical User Interface
OS Operating System
SHELL is a software which takes input from the keyboard in the form of commands and gives these commands to the OS so that it can perform the required task .
Terminal is a tool in which we can access the shell and enter the commands.
######################################################
Shortcuts
ctrl + alt + t to open the terminal
ctrl + d to close the terminal
Super Key + Up Arrow Key Fullscreens the terminal
Super Key + Down Arrow Key Smallscreens the terminal
Super Key + Left Arrow Key Moves the terminal to Left
Super Key + Right Arrow Key Moves the terminal to Right
ctrl + shift + + Zooms in
ctrl + - Zooms out
ctrl + l Clears the terminal window
#######################################################
Commad
clear Clears the terminal window
#######################################################
© 2020 Copyright . All Rights Reserved by CodeWithHamad .