Unix & Linux

Terminal

Definition: The terminal (or console) is a command-line interface used to interact with UNIX/Linux systems. You enter commands, and the system responds back with output. It's a way to communicate directly with the operating system.

Important Concepts:

Basic Commands:

1. ls

List files and directories.

2. cd