Announcement

Collapse
No announcement yet.

Access Denied to /etc/wpa_supplicant

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Access Denied to /etc/wpa_supplicant

    How can I gain access to this file. I need to add another file to it.

    #2
    Re: Access Denied to /etc/wpa_supplicant

    Press Alt-F2 and type
    Code:
    kdesu konqueror
    Make sure you back up the file before you edit it.
    Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

    Comment


      #3
      Re: Access Denied to /etc/wpa_supplicant

      Where do I go from there? I dont see anything about the file I need access to.

      Comment


        #4
        Re: Access Denied to /etc/wpa_supplicant

        Press Control-L and type
        Code:
        /etc
        Then right-click the wpa_supplicant file and select copy. Right-click in a blank space in that window and select paste. Rename the backup copy whatever you want to call it. Then left-click the wpa_supplicant file, and it should open in a text editor. Edit it however you want, then.

        If those sets of instructions are confusing, just go to KMenu > System > Konsole and paste this command in:
        Code:
        sudo nano -B /etc/wpa_supplicant
        To save, press Control-X, Y, and Enter (in that order).
        Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

        Comment

        Working...
        X