#linux-basics
Read more stories on Hashnode
Articles with this tag
Initial Tasks: ā Install a Package: Install Git (sudo apt install git or sudo yum install git).ā Check Network Connectivity: Use ping google.com to...
Challenge 1: List all files (including hidden ones) in your home directory and sort them by modification time. šÆ Goal: Understand how to list files...