Learning Linux Command Line Navigation Essentials

the linux command line chapter 2 navigation n.w
1 / 6
Embed
Share

Explore the fundamental concepts of navigating the Linux command line, including filesystem tree structure, essential commands like pwd, ls, cd, and special parameters for directories. Enhance your understanding of hierarchical directory systems and user home directories.

  • Linux
  • Command Line
  • Filesystem
  • Navigation
  • Directory

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. The Linux Command Line Chapter 2 Navigation Prepared by Dr. Reyes, New York City College of Technology

  2. Filesystem Tree Linux uses hierarchical directory structure o Tree-like structure o Root First directory o Drives are not separate trees, instead they are mounted o You can see the files and the parent of the current directory o Each user account is given it s own home directory

  3. Commands for Directories pwd - print working directory

  4. Commands for Directories ls lists the files and sub-directories in the current working directory

  5. Commands for Directories cd change to the specified directory

  6. Special Parameters for Directories Special parameters o . (dot) current directory o .. (double dot) parent directory o - (dash) changes to the previous working directory o ~ (tilde) changes to your home directory o ~username changed to home directory of username Examples:

Related


More Related Content