Results 1 to 5 of 5

Thread: File Permission Errors

  1. #1
    Join Date
    Aug 2012
    Beans
    3

    File Permission Errors

    Ok, So I am trying to install McMyAdmin, I am running the gui version of Ubuntu.
    Here are the instructions provided by the dev. of mcmyadmin
    The issue I am having is extracting the zip files anywhere.
    Trying to put the First one in var/mcmyadmin
    and
    The second on in /usr/local
    And i get an error stating I dont have the required permissions to extract an archive there?
    Please help!

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: File Permission Errors

    yeah you should have to be a root to do so .

    you have two ways 1 .terminal
    2. gui

    1 .TERMINAL
    Code:
    sudo cp <source from where you are copying> <to your where you are copying>
    2.GUI
    open your terminal

    Code:
    sudo nautilus
    then do as you want to do .
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Aug 2012
    Beans
    3

    Re: File Permission Errors

    I will give that a try later! Thanks!

  4. #4
    Join Date
    Aug 2012
    Beans
    3

    Re: File Permission Errors

    Getting this when opening nautilus to extract the zip's



    team@team-EG733AA-ABA-SR1620NX-NA540:/var/mcmyadmin$ sudo nautilus
    Initializing nautilus-gdu extension
    Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
    Please ask your system administrator to enable user sharing.

  5. #5
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: File Permission Errors

    have you tried the terminal way ?

    for gui use this

    Code:
    gksu nautilus
    Dont miss anything even it is small. one small pin is enough to bring down a man.


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
  •