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.
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.
from a terminal
then you can change your permissionsCode:sudo chown (your user name) /.dmrc
Great thanks! Is there anything I should change it to in particular? Sorry for the elementry questions but i am new to Linux. Thanks.
When I tried that formula it said "cannot access `/.dmrc': No such file or directory" any Ideas?
perhaps without the ( / ).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.
I tried it without the ( / ), still getting the too few arguments message.
Code:sudo chmod 644 .dmrc
you need space between justin and .dmrcOriginally Posted by Justin Morgan
Sometimes its not the .dmrc problem
try to do this if chmod .dmrc doesn't work
sudo chmod 755 /home/{your username}
Bookmarks