You are not logged in.

#1 2008-01-29 00:31:53

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

i ran chmod 777 -R ~

and i get a message starting gnome, telling me about permissions must be set 654, that only the owner must have the right to write some files
so, how i fix that?
can anyone guide me?
that command was so stupid...

Offline

#2 2008-01-29 01:18:54

tesjo
Member
Registered: 2007-11-30
Posts: 164

Re: i ran chmod 777 -R ~

You've given read ,write, execute access to everyone. This is to open. Not every file in ~ should have same permission. But from where you are you might try  chmod -R og-w ~, but NOT as root. And look at man chmod it is not too complicated.

Offline

#3 2008-01-29 01:39:54

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: i ran chmod 777 -R ~

Do you have any programs/scripts in your home folder? Anything except directories that need execute permission?

Offline

#4 2008-01-29 14:43:55

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

Re: i ran chmod 777 -R ~

now i ran
chmod 644 to the file .dmrc
and the rest i leave it like chmod 777
but i can't access to my Desktop
i don't know why
i use chmod 777 -R ~/Desktop
and chmod 644 -R ~/Desktop
but nautilus can't opening the folder
it's so strange
but, if i drag a file from nautilus to the Desktop (not using nautilus), i can do it
what can it be?
help

Offline

#5 2008-01-29 17:50:30

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: i ran chmod 777 -R ~

Know the constituents of permission 7: read (4) + write (2) + execute (1)
Directories have to be executable, or else you will restrict being able to cd into them.

Offline

#6 2008-01-29 18:51:27

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

Re: i ran chmod 777 -R ~

well, my system is ok
but still i get the window when i enter to gnome saying me about the permissions on the .dmrc file and advicing me about the permissions
i don't want it anymore, how can i solve that?

Offline

#7 2008-01-29 18:53:34

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: i ran chmod 777 -R ~

follow what you are told


I need real, proper pen and paper for this.

Offline

Board footer

Powered by FluxBB