Where is the nano file located? [duplicate]

Solution 1:

The easiest method:

$ which nano
/bin/nano

Solution 2:

Or you can use

$ whereis nano
nano: /bin/nano 

Solution 3:

You might like geany which is a useful GUI editor for text files.

sudo apt-get install geany