Announcement

Collapse
No announcement yet.

root priveledges

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

    root priveledges

    I need to get into the file system to rename a non kubuntu file.
    I need root privileges to rename it
    I don't no how to get in - can anyone help

    #2
    Re: root priveledges

    sudo dolphin
    ?
    "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


      #3
      Re: root priveledges

      kdesu dolphin

      Or:

      sudo mv /path/filename /path/newfilename

      Better:

      sudo cp -p /path/filename /path/newfilename

      Best:

      ?
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment


        #4
        Re: root priveledges

        kdesu dolphin
        even
        kdesudo dolphin
        "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


          #5
          Re: root priveledges

          thanks for all your help

          Martin

          Comment

          Working...
          X