xxxxxxxxxx
Basic linux text editor:
nano /path/to/file
Basic usage: open the file with the above command then control + O then enter
to save or control + X to exit if you have unsaved changes you'll have to do
control + X then press "n" then enter and you'll be out or control + X then
press "y" then enter to save the file and get out.