View Poll Results: rate this

Voters
0. You may not vote on this poll
  • good

    0 0%
  • bad

    0 0%
Multiple Choice Poll.
Results 1 to 4 of 4

Thread: unable to edit wvdial.conf

  1. #1
    Join Date
    Nov 2008
    Location
    India
    Beans
    45
    Distro
    Ubuntu 16.04 Xenial Xerus

    unable to edit wvdial.conf

    hi
    I want to connect to internet. Am using Ubuntu 8.04 LTS.i ran the wvdial command.It has detected my modem.but am unable to edit the wvdial.conf file present in /etc folder.It returns an error "sorry you do not have necessary permission to edit this file".When I checked the properties of the wvdial.conf file,it is owned by root user.moreover iam unable to change the permissions of the file.help me please...

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: unable to edit wvdial.conf

    You have to be root to edit the file. TO do this press Alt-F2 and enter:

    Code:
    gksu gedit /etc/wvdial.conf
    Enter your password when asked, you can now edit the file. For editing any configuration file not in your home directory, or running prgrams form a terminal you need to be root. For eaxmple to run Synaptic Package Manager from a terminal type:

    Code:
    sudo synaptic
    Have a look athis:

    https://help.ubuntu.com/community/RootSudo

    for a much better explantion than I can do.

    Jim

  3. #3
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: unable to edit wvdial.conf

    Quote Originally Posted by arunkumar413 View Post
    When I checked the properties of the wvdial.conf file,it is owned by root user.
    Prefix gksudo to whatever command you are using to edit the wvdial.conf file.

    If you are trying to browse to it using the file manager, and then choosing to edit it, instead try:

    Press ALt+F2,
    and give the command
    Code:
    gksudo gedit /etc/wvdial.conf
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  4. #4
    Join Date
    Nov 2008
    Location
    India
    Beans
    45
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: unable to edit wvdial.conf

    does this work even if i do not have permission to edit the file,because the file is owned by root user

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •