Monday, April 4, 2022

Module 6: How to make changes in Linux machine using vi editor

 

How to make changes in Linux machine using vi editor?

1. press i or insert
2. make the changes (avoid using mouse)
3. press escape button
4. :wq! (saving and exiting the file after changes)
5: enter

No comments:

Post a Comment

Module 34: Understanding Terraform

  Terraform is a platform-agnostic tool that allows you to build, change, and version infrastructure securely and efficiently. Terraform is ...