Posted On September 5, 2025

LINUX COMMAND OF THE DAY

admin 0 comments
>> Cybersecurity Journey - Semester 1 >> LINUX COMMAND OF THE DAY

COMMAND-1

pwd

  • Stands for: Print Working Directory
  • Usage: Shows the full path of the directory you are currently in.

COMMAND-2

ls

  • Stands for: List
  • Usage: Lists files and directories in the current folder.

COMMAND-3

cd

  • Stands for: Change Directory
  • Usage: Moves you from one directory to another.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

WHAT IS SUBNETTING ?

Subnetting is a method in computer networking used to divide a large IP address network…

WHAT IS CYBERSECURITY ?

Cybersecurity is the practice of protecting computer systems, networks, applications, and data from digital threats…

LINUX COMMAND OF THE DAY

1. cat (concatenate and display file contents) Used to view contents of a file or…