Basic Linux Commands that are used in day-to-day activities
1. To View What's Written in a File:
The cat command is used to display the contents of a file on the terminal. For example, to view the contents of a file named fruits.txt, run the following command:
cat fruits.txt
2. To Change the Access Permissio...
bhaktidesaidevops.hashnode.dev2 min read