際際滷

際際滷Share a Scribd company logo
TERMINAL COMMAND
EXPERIMENT 3
Terminal commands are instructions you type into a
command-line interface (CLI) to interact with your
computers operating system. These commands allow
you to perform tasks like managing files, controlling
processes, and configuring the system directly through
the terminal.
pwd
 pwd command in Linux displays the absolute path of the
current working directory.
history
 Used to show the history of commands that are previously
being used.
The man command is used to display the manual pages (documentation) for various
commands. It stands for "manual," and it provides detailed information and usage
instructions for the specified command.
MAN
The cd command is used to change the current working directory (which is why its
called cd) and navigate across the file directory of the host machine.
cd
1. Go to the home directory:
This takes you to your home directory (e.g., /home/username).
Cd ..
This command is used to move to parent directory of current directory,or the directory
one level up from the current directory.
2. Navigate to the parent directory (one level up):
The ls command is used to list files and directories under a specific path, or the
current working directory whenever a path is not provided.
2. The ls Command
The -l option can be used to show the size, last modified date-time as well
as directory/file ownership and permissions.
1. List files in a specific directory:
Displays the contents of /home/user.
2.Show hidden files and directories:
Lists all files, including hidden ones (those starting with a dot .).
3. Detailed listing (long format):
Shows permissions, ownership, size, and modification date of each file.
4. Combine long listing with hidden files:
Displays a detailed list including hidden files.
5. Sort by modification time (most recent first):
Lists files with the newest files shown first.
6. Sort by file size (largest first):
Lists files ordered by size, largest first.
7. List directories only:
Shows only directories, not regular files.
The pwd command stands for print working directory, and as the name suggests, it is
used to print out the absolute path to the current directory.
3. The pwd Command
the mkdir command can be used to create new directories on the file system.
4. The mkdir Command
1. Create multiple directories at once:
Creates three directories: folder1, folder2, and folder3.
2. Create directories using a range of names:
Creates folder1, folder2, folder3, folder4, and folder5.
In contrast to mkdir, the rmdir is used to remove empty directories from the file
system:
5. The rmdir Command
If the projects directory is non-empty, however, the above command will fail, with the
following error:
6. The rm Command
To remove non-empty directories along with their sub-directories and files, youll have
to run the rm command with -r and -f flags:
7. The mv Command
The mv command is used to move directories or files from one place in the file system to
another.
The following command will move the file picture.png that currently resides in ~/Downloads
directory into the ~/Documents/Photography/ directory:
Touch command is used to create a blank new file in the directory
Touch
The touch command can create multiple files as well
cat
The cat command in Linux is used to concatenate (join) and display the content of files. It
is one of the most frequently used commands for viewing, combining, and creating files.
The cat command in Linux is called a versatile command because it can perform multiple
tasks
Common Uses of cat Command:
1. Display the content of a file:
Shows the content of filename.txt on the terminal.
2. View multiple files together:
Displays the content of both file1.txt and file2.txt sequentially.
3.Create a new file:
Allows you to type content directly into a new file (Press CTRL+D to save and
exit).
4.Append content to an existing file:
Adds new content to the end of existingfile.txt (Press CTRL+D to save and exit).
5.Number lines in a file:
Displays the file with line numbers.
6.Combine multiple files into a new file:

More Related Content

Similar to TERMINAL COMMANDS IN LINUX TERMINAL USED TO INTERACT WITH SYSTEM (20)

Introduction to linux2
Introduction to linux2Introduction to linux2
Introduction to linux2
Gourav Varma
Introduction to linux day1
Introduction to linux day1Introduction to linux day1
Introduction to linux day1
UtpalenduChakrobortt1
Assignment OS LAB 2022
Assignment OS LAB 2022Assignment OS LAB 2022
Assignment OS LAB 2022
INFOTAINMENTCHANNEL1
Module 02 Using Linux Command Shell
Module 02 Using Linux Command ShellModule 02 Using Linux Command Shell
Module 02 Using Linux Command Shell
Tushar B Kute
UNIX.pptx
UNIX.pptxUNIX.pptx
UNIX.pptx
P S Rani
Programming Embedded linux
Programming Embedded linuxProgramming Embedded linux
Programming Embedded linux
Liran Ben Haim
Unix_QT.ppsx
Unix_QT.ppsxUnix_QT.ppsx
Unix_QT.ppsx
vamsikrishna204239
Unix_QT.ppsx
Unix_QT.ppsxUnix_QT.ppsx
Unix_QT.ppsx
vamsikrishna204239
Linux day 2.ppt
Linux day  2.pptLinux day  2.ppt
Linux day 2.ppt
Kalkey
Linux commands
Linux commandsLinux commands
Linux commands
penetration Tester
Linux Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
anandvaidya
Linux introduction-commands2338
Linux introduction-commands2338Linux introduction-commands2338
Linux introduction-commands2338
Cam YP Co., Ltd
Linux introduction-commands2338
Linux introduction-commands2338Linux introduction-commands2338
Linux introduction-commands2338
Cam YP Co., Ltd
Nguy畛n V滴 H動ng: Basic Linux Power Tools
Nguy畛n V滴 H動ng: Basic Linux Power Tools Nguy畛n V滴 H動ng: Basic Linux Power Tools
Nguy畛n V滴 H動ng: Basic Linux Power Tools
Vu Hung Nguyen
linux chapter 5.pptx lesson About introduction to linux
linux chapter 5.pptx lesson About introduction to linuxlinux chapter 5.pptx lesson About introduction to linux
linux chapter 5.pptx lesson About introduction to linux
zakiaxmed534
Linux cheat sheet
Linux cheat sheetLinux cheat sheet
Linux cheat sheet
Dimitris Kyrgiafinis
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptxLab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Ciceer Ghimirey
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptxLab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Ciceer Ghimirey
Chapter 4 Linux Basic Commands
Chapter 4 Linux Basic CommandsChapter 4 Linux Basic Commands
Chapter 4 Linux Basic Commands
Shankar Mahure
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Script
sbmguys
Introduction to linux2
Introduction to linux2Introduction to linux2
Introduction to linux2
Gourav Varma
Module 02 Using Linux Command Shell
Module 02 Using Linux Command ShellModule 02 Using Linux Command Shell
Module 02 Using Linux Command Shell
Tushar B Kute
UNIX.pptx
UNIX.pptxUNIX.pptx
UNIX.pptx
P S Rani
Programming Embedded linux
Programming Embedded linuxProgramming Embedded linux
Programming Embedded linux
Liran Ben Haim
Linux day 2.ppt
Linux day  2.pptLinux day  2.ppt
Linux day 2.ppt
Kalkey
Linux Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
anandvaidya
Linux introduction-commands2338
Linux introduction-commands2338Linux introduction-commands2338
Linux introduction-commands2338
Cam YP Co., Ltd
Linux introduction-commands2338
Linux introduction-commands2338Linux introduction-commands2338
Linux introduction-commands2338
Cam YP Co., Ltd
Nguy畛n V滴 H動ng: Basic Linux Power Tools
Nguy畛n V滴 H動ng: Basic Linux Power Tools Nguy畛n V滴 H動ng: Basic Linux Power Tools
Nguy畛n V滴 H動ng: Basic Linux Power Tools
Vu Hung Nguyen
linux chapter 5.pptx lesson About introduction to linux
linux chapter 5.pptx lesson About introduction to linuxlinux chapter 5.pptx lesson About introduction to linux
linux chapter 5.pptx lesson About introduction to linux
zakiaxmed534
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptxLab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Ciceer Ghimirey
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptxLab 3 -Linux Files, Directories and Basic Commands.pptx
Lab 3 -Linux Files, Directories and Basic Commands.pptx
Ciceer Ghimirey
Chapter 4 Linux Basic Commands
Chapter 4 Linux Basic CommandsChapter 4 Linux Basic Commands
Chapter 4 Linux Basic Commands
Shankar Mahure
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Script
sbmguys

Recently uploaded (20)

Unit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition EnginesUnit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition Engines
NileshKumbhar21
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VIAnti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Samruddhi Khonde
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study MaterialPass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Jenny408767
Knownsense 2025 prelims- U-25 General Quiz.pdf
Knownsense 2025 prelims- U-25 General Quiz.pdfKnownsense 2025 prelims- U-25 General Quiz.pdf
Knownsense 2025 prelims- U-25 General Quiz.pdf
Pragya - UEM Kolkata Quiz Club
Karin Clavel - Collection Wall: Inspiring connection and collaboration
Karin Clavel - Collection Wall: Inspiring connection and collaborationKarin Clavel - Collection Wall: Inspiring connection and collaboration
Karin Clavel - Collection Wall: Inspiring connection and collaboration
voginip
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdfEDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
Liz Walsh-Trevino
Week 6 - EDL 290F - No Drop Ride (2025).pdf
Week 6 - EDL 290F - No Drop Ride (2025).pdfWeek 6 - EDL 290F - No Drop Ride (2025).pdf
Week 6 - EDL 290F - No Drop Ride (2025).pdf
Liz Walsh-Trevino
UTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri DabhadeUTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
compiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 schemecompiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 scheme
Suvarna Hiremath
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
heathfieldcps1
The basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptxThe basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptx
heathfieldcps1
STOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptxSTOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptx
Sid Roy
Early 20th Century Modern Art: Movements and Artists
Early 20th Century Modern Art: Movements and ArtistsEarly 20th Century Modern Art: Movements and Artists
Early 20th Century Modern Art: Movements and Artists
Damian T. Gordon
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
Amlan Sarkar
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry
Unit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition EnginesUnit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition Engines
NileshKumbhar21
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VIAnti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Samruddhi Khonde
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study MaterialPass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study Material
Jenny408767
Karin Clavel - Collection Wall: Inspiring connection and collaboration
Karin Clavel - Collection Wall: Inspiring connection and collaborationKarin Clavel - Collection Wall: Inspiring connection and collaboration
Karin Clavel - Collection Wall: Inspiring connection and collaboration
voginip
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdfEDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
Liz Walsh-Trevino
Week 6 - EDL 290F - No Drop Ride (2025).pdf
Week 6 - EDL 290F - No Drop Ride (2025).pdfWeek 6 - EDL 290F - No Drop Ride (2025).pdf
Week 6 - EDL 290F - No Drop Ride (2025).pdf
Liz Walsh-Trevino
UTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri DabhadeUTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
compiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 schemecompiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 scheme
Suvarna Hiremath
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
heathfieldcps1
The basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptxThe basics of sentences session 9pptx.pptx
The basics of sentences session 9pptx.pptx
heathfieldcps1
STOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptxSTOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptx
Sid Roy
Early 20th Century Modern Art: Movements and Artists
Early 20th Century Modern Art: Movements and ArtistsEarly 20th Century Modern Art: Movements and Artists
Early 20th Century Modern Art: Movements and Artists
Damian T. Gordon
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
Amlan Sarkar
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry

TERMINAL COMMANDS IN LINUX TERMINAL USED TO INTERACT WITH SYSTEM

  • 1. TERMINAL COMMAND EXPERIMENT 3 Terminal commands are instructions you type into a command-line interface (CLI) to interact with your computers operating system. These commands allow you to perform tasks like managing files, controlling processes, and configuring the system directly through the terminal.
  • 2. pwd pwd command in Linux displays the absolute path of the current working directory. history Used to show the history of commands that are previously being used.
  • 3. The man command is used to display the manual pages (documentation) for various commands. It stands for "manual," and it provides detailed information and usage instructions for the specified command. MAN
  • 4. The cd command is used to change the current working directory (which is why its called cd) and navigate across the file directory of the host machine. cd 1. Go to the home directory: This takes you to your home directory (e.g., /home/username).
  • 5. Cd .. This command is used to move to parent directory of current directory,or the directory one level up from the current directory. 2. Navigate to the parent directory (one level up):
  • 6. The ls command is used to list files and directories under a specific path, or the current working directory whenever a path is not provided. 2. The ls Command The -l option can be used to show the size, last modified date-time as well as directory/file ownership and permissions.
  • 7. 1. List files in a specific directory: Displays the contents of /home/user. 2.Show hidden files and directories: Lists all files, including hidden ones (those starting with a dot .).
  • 8. 3. Detailed listing (long format): Shows permissions, ownership, size, and modification date of each file. 4. Combine long listing with hidden files: Displays a detailed list including hidden files.
  • 9. 5. Sort by modification time (most recent first): Lists files with the newest files shown first. 6. Sort by file size (largest first): Lists files ordered by size, largest first.
  • 10. 7. List directories only: Shows only directories, not regular files.
  • 11. The pwd command stands for print working directory, and as the name suggests, it is used to print out the absolute path to the current directory. 3. The pwd Command
  • 12. the mkdir command can be used to create new directories on the file system. 4. The mkdir Command 1. Create multiple directories at once: Creates three directories: folder1, folder2, and folder3.
  • 13. 2. Create directories using a range of names: Creates folder1, folder2, folder3, folder4, and folder5.
  • 14. In contrast to mkdir, the rmdir is used to remove empty directories from the file system: 5. The rmdir Command If the projects directory is non-empty, however, the above command will fail, with the following error:
  • 15. 6. The rm Command To remove non-empty directories along with their sub-directories and files, youll have to run the rm command with -r and -f flags: 7. The mv Command The mv command is used to move directories or files from one place in the file system to another. The following command will move the file picture.png that currently resides in ~/Downloads directory into the ~/Documents/Photography/ directory:
  • 16. Touch command is used to create a blank new file in the directory Touch The touch command can create multiple files as well
  • 17. cat The cat command in Linux is used to concatenate (join) and display the content of files. It is one of the most frequently used commands for viewing, combining, and creating files. The cat command in Linux is called a versatile command because it can perform multiple tasks Common Uses of cat Command: 1. Display the content of a file: Shows the content of filename.txt on the terminal.
  • 18. 2. View multiple files together: Displays the content of both file1.txt and file2.txt sequentially. 3.Create a new file: Allows you to type content directly into a new file (Press CTRL+D to save and exit).
  • 19. 4.Append content to an existing file: Adds new content to the end of existingfile.txt (Press CTRL+D to save and exit). 5.Number lines in a file: Displays the file with line numbers.
  • 20. 6.Combine multiple files into a new file: