Linux Commands:~ First step towards DevOps Engineering Part:- 1
ls: List the contents of a directory
ls
pwd: Print the current working directory.
pwd
touch: Create New file.
touch hello.txt
vim: Text editor with normal, insert, and command modes.
vim hello.txt
Insert Mode: To start inserting text into the fil...
sidharthhhh.hashnode.dev2 min read