Linux Fundamentals / Basic Command
Basic Linux/Unix Commands Used By Devops Engineer :
1. View the contents of a file:
To view the contents of a file, you can use the cat command. For example, to view the contents of a file named "devops.txt," you would run:
cat devops.txt
2. Change ...
prakashbohara.hashnode.dev3 min read