command edita file linux code example
Example 1: linux edit file
sudo nano filename.ext
Example 2: command to edit in terminal linux
type nano followed by the file name
sudo nano filename.ext
type nano followed by the file name