Basic Linux commands
Feb 2, 2025 · 3 min read · 1. Navigation Commands pwd: Prints the current working directory (shows where you are in the system). cd <directory>: Changes the current directory to the specified one. ls: Lists the files and directories in the current directory. ls -l: Lists f...
Join discussion
