how to open a .conf file in terminal code example
Example 1: how to open a .conf file in terminal
nano FileName.Extension
// nano MyWork.txt
// nano MyScript.py
Example 2: how to open a .conf file in terminal
type nano followed by the file name