Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 17 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 17

Use the command:
$ sudo gedit /etc/wvdial.conf
or
$ sudo vi /etc/wvdial.conf

Vi requires you to open up a line for editing with the 'i' character
for insert from the location position on a line, and 'ESC' to close
the open line for editing.

gedit is easier.

Share: