Linux commands for devops
1. File and Directory Operations:
mkdir: Create a new directory.
cd: Change the current directory.
pwd: Print the working directory.
touch: Create an empty file or update file timestamps.
ls: List files and directories in the current location.
...
pardeepkaur.hashnode.dev2 min read