๐ง Linux Command Line Basics: A Comprehensive Guide for DevOps Engineers! ๐
1. Navigating the File System ๐
pwd: Check the present working directory.
ls: List files and directories in the current folder.
cd: Change directory. Use cd .. to go up one level.
mkdir: Create a new directory.
rmdir: Remove an empty directory....
ronilrodrigues.hashnode.dev2 min read