Announcement

Collapse
No announcement yet.

sudo doesn't works

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

    sudo doesn't works

    Hallo everybody,
    I need to modify etc/fstab file to mount my windows partition at the beginning of my session.
    I searcher haw to do and I read I have to open it with root privileges.
    The command sudo gedit /etc/fstab didn't work (konsole says "sudo: gedit: command not found")
    In Kubuntu 10.10 there is a different syntax or my konsole didn't work?
    There is a software to do it more easily? (I install GtkDiskFree and Gparted but they didn't helped me)

    Thanks you

    Gledar


    #2
    Re: sudo doesn't works

    I found "configuration NTFS" that seems to work...
    But i still don't understand why "sudo" did't works

    Comment


      #3
      Re: sudo doesn't works

      "sudo: gedit: command not found"
      It's not sudo that's your problem. It's gedit. Gedit is used by Ubuntu/Gnome. You can add it if you want or use Kate which is used by Kubuntu/KDE. It's gedit that's not found...

      Try the command:
      kdesudo kate /etc/fstab
      Why kdesudo? See http://www.psychocats.net/ubuntu/graphicalsudo
      "A problem well stated is a problem half solved." --Charles F. Kettering
      "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

      Comment

      Working...
      X