Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: your $HOME/.dmrc file has incorrect permissions problem

  1. #1
    Join Date
    Nov 2005
    Beans
    6

    your $HOME/.dmrc file has incorrect permissions problem

    Hi, when i start up Unbuntu at the login after I put in my password it says your $HOME/.dmrc file has incorrect permissions and is being
    ignored. ... file sould be " "owned by user and have 644 permissions. ... what is this all about???? Thanks.

  2. #2
    Join Date
    Jul 2005
    Beans
    374
    Distro
    Ubuntu 6.06 Dapper

    Re: your $HOME/.dmrc file has incorrect permissions problem

    from a terminal

    Code:
    sudo chown (your user name) /.dmrc
    then you can change your permissions

  3. #3
    Join Date
    Nov 2005
    Beans
    6

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Great thanks! Is there anything I should change it to in particular? Sorry for the elementry questions but i am new to Linux. Thanks.

  4. #4
    Join Date
    Nov 2005
    Beans
    6

    Re: your $HOME/.dmrc file has incorrect permissions problem

    When I tried that formula it said "cannot access `/.dmrc': No such file or directory" any Ideas?

  5. #5
    Join Date
    Jul 2005
    Beans
    374
    Distro
    Ubuntu 6.06 Dapper

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Quote Originally Posted by Justin Morgan
    When I tried that formula it said "cannot access `/.dmrc': No such file or directory" any Ideas?
    perhaps without the ( / ).

  6. #6
    Join Date
    Nov 2005
    Beans
    6

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Im also getting this message :justin@ubuntu:~$ sudo chown justin /.dmrc
    chown: cannot access `/.dmrc': No such file or directory
    justin@ubuntu:~$ sudo chown justin/.dmrc
    chown: too few arguments
    Try `chown --help' for more information.

  7. #7
    Join Date
    Nov 2005
    Beans
    6

    Re: your $HOME/.dmrc file has incorrect permissions problem

    I tried it without the ( / ), still getting the too few arguments message.

  8. #8
    Join Date
    Jul 2005
    Beans
    374
    Distro
    Ubuntu 6.06 Dapper

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Code:
    sudo chmod 644 .dmrc

  9. #9
    Join Date
    Jul 2005
    Beans
    374
    Distro
    Ubuntu 6.06 Dapper

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Quote Originally Posted by Justin Morgan
    Im also getting this message :justin@ubuntu:~$ sudo chown justin /.dmrc
    chown: cannot access `/.dmrc': No such file or directory
    justin@ubuntu:~$ sudo chown justin/.dmrc
    chown: too few arguments
    Try `chown --help' for more information.
    you need space between justin and .dmrc

  10. #10
    Join Date
    Jun 2005
    Beans
    19

    Re: your $HOME/.dmrc file has incorrect permissions problem

    Sometimes its not the .dmrc problem

    try to do this if chmod .dmrc doesn't work

    sudo chmod 755 /home/{your username}

Page 1 of 4 123 ... LastLast

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
  •