Day12 of #90daysofdevops | Linux and Git cheat sheet
Linux commands
1. File and Directory Operations:
ls: List files and directories.
cd: Change directory.
pwd: Print the working directory.
mkdir: Create a new directory.
rm: Remove files or directories. (Use with caution!)
cp: Copy files or direc...
avinashpowar.hashnode.dev4 min read