Results 1 to 3 of 3

Thread: var/lib problems..

  1. #1
    Join Date
    Sep 2012
    Beans
    8

    Post var/lib problems..

    helo to everybody i have some problem whit my Ubutu i have installed and run program's everything it' working but some directory are blocked or i don't have permisssion to access on them...i am using a virtual Ubuntu...thanks for you help..the var/lib directory i's blocked...best regards.

  2. #2
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: var/lib problems..

    Locations like /var (pretty much everywhere but a user's home directory!) are protected from modification in order to prevent system problem and security breaches. In order to modify these areas you need to have superuser or root privileges. So, if you need to modify a file or folder in /var/lib, you must either prefix your command with 'sudo' when using the terminal:

    Code:
    sudo cp /var/lib/<somefile> /some/location/<somefile>
    Or launch a file manager (e.g. Nautilus) with elevated permissions:

    Code:
    gksudo nautilus
    Hope that helps

  3. #3
    Join Date
    Sep 2012
    Beans
    8

    Smile Re: var/lib problems..

    Thank 's a lot ofr your explanation..i am glad to be here ans get some help for the first time in my live ..God bless you..

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
  •