Pico

PCTech

Verified User
Joined
Nov 27, 2005
Messages
104
Location
USA
I need to know how to install pico or how to edit a file? I'm wanting to setup spam assasin and need to edit the exim.conf file.
 
Just use Edit:

edit filename

Once in the edit program press escape to access the menus to search for text and to save/discard changes etc...
 
PCTech said:
I need to know how to install pico or how to edit a file? I'm wanting to setup spam assasin and need to edit the exim.conf file.

1) Don't use pico use nano instead (same as pico just developed further...pico seems to be dead yes?)

install via:

/usr/ports/editors/nano
make install clean

to edit file do:

nano /location/of/file/filename.extension (exim.conf in your example)
 
Back
Top