User Tools

Site Tools


linux_commands:navigation

Navigation Commands

This section includes the most common commands used for navigating the file system in Linux.

  • pwd: Displays the current working directory.
    1. Example: `pwd`
  • cd: Changes the current directory.
  1. Example: `cd /home/user/`
  • ls: Lists files and directories.
  1. Example: `ls -l` (detailed view)
  2. Example: `ls -a` (includes hidden files)
  • tree: Displays the directory structure as a tree.
  1. Example: `tree /home/user/`
linux_commands/navigation.txt · Last modified: 2025/02/07 12:06 by jmbargallo