Results 1 to 8 of 8

Thread: no access to home folder

  1. #1
    Join Date
    Jun 2008
    Beans
    40

    no access to home folder

    I'm having a nightmare with my home folder.

    how do i take ownership/give myself permission?

    i had permission this morning and have used transmission, sound converter and firefox. which of these would screw folder permissions?

  2. #2
    Join Date
    Jul 2007
    Location
    London
    Beans
    262
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: no access to home folder

    Code:
    sudo chown -R yourlogon ~

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: no access to home folder

    Quote Originally Posted by bob_hilton View Post
    I'm having a nightmare with my home folder.

    how do i take ownership/give myself permission?

    i had permission this morning and have used transmission, sound converter and firefox. which of these would screw folder permissions?
    What kind of problem ? error message ?

    You can run into these problems running graphical applications as root using su.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #4
    Join Date
    Jun 2008
    Beans
    40

    Re: no access to home folder

    no error message but no bookmarks in firefox, transmission stopped downloading and the power button closed all gnome panels but didn't shutdown. there was an error when i logged back in but i didn't manage copy it. i'll post it later (when i get chance). also, using nautilus as root and changing the permissions on the folder wont let me enable read/write on it, it changes back to display '--' (without quotes) after a few seconds.

  5. #5
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: no access to home folder

    Is your disk full or mounted as ro ?
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #6
    Join Date
    Jun 2008
    Beans
    40

    Re: no access to home folder

    my disk isnt full but i think it may be owned by root. How do i check?

  7. #7
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: no access to home folder

    Can you post the output of :

    Code:
    ls -l /home
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  8. #8
    Join Date
    Jul 2008
    Location
    Serbia, Novi Sad
    Beans
    182

    Re: no access to home folder

    This will give all users full access:
    Code:
    sudo chmod a+x+r+w ~/<your_username>

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
  •