linux-basic-commands


tags:

  • ready
  • online
  • online
  • reviewed
  • linux
  • operative-system
  • commands

basic-commands

Contents

__Roadmap info from [ roadmap website ] (https://roadmap.sh/linux/navigation-basics/basic-commands) __

Linux Navigation Basics: Basic Commands

In the world of Linux, understanding how to navigate through the system is quite essential. Unlike many other modern operating systems, Linux primarily uses command-line interfaces (CLI) thereby, making it necessary to get comfortable with different commands. These basic commands under Linux navigation involve moving around the file system, viewing the contents of directories, creating, renaming or deleting files/directories, and more. Navigating through Linux using these commands not only increases efficiency, but also provides a deeper understanding of the system’s file and directory structure.

# Change directory
cd /path/to/directory

# List contents of a directory
ls

# View current working directory
pwd

In this brief introduction, we will discuss and explore these basic commands and how they aid us in navigation around the Linux environment.