Command Line & System Management
Linux is an open-source operating system widely used for servers, cloud computing, and development.
ls → list files cd → change directory pwd → current path mkdir → create folder rm → delete file
cp file1 file2 mv file1 file2 cat file.txt
chmod 777 file chown user file
ps top kill PID
ping google.com ifconfig netstat
sudo apt update sudo apt install nginx