how to open .conf ubuntu code example
Example 1: edit files from terminal linux
nano FileName.Extension
// nano MyWork.txt
// nano MyScript.py
Example 2: how to open .conf ubuntu
type nano followed by the file name
Example 3: how to open .conf ubuntu
nano FileName.Extension
// nano MyWork.txt
// nano MyScript.py