Go back to the home directory using cd and list all hidden files. (Use the ls -la command)
Go Back to the Home Directory
Use the following command to return to your home directory:
bashCopyEditcd ~
or simply:
bashCopyEditcd
Step 2: List All Hidden Files
Run:
bashCopyEditls -la
Explanation:
ls -l → Lists files in long format (permission...
cloudcomutingandnetworking.hashnode.dev1 min read