Re: Getting rights right

2014-06-25 Thread Diogene Laerce
>>> chmod -R u+rwX,go-rwx /home/user/Documents >> >> I ran this command to restart the process : >> find /home/user/Documents -type f -exec chmod u+rw,go-rwx -R {} \; >> and will make executable all following files according the needs. > > More comments from me about the above. It is pret

Re: Getting rights right

2014-06-23 Thread Bob Proulx
Diogene Laerce wrote: > Hi Bob, Hi! > First thank you for the detailed answer, you kind of preventively > answered to all my doubts or interrogations. :) Yay! Then I was successful! :-) \o/ > I try to set up a new line of security (files and network) as I just > changed country and instead o

[SOLVED] Re: Getting rights right

2014-06-23 Thread Diogene Laerce
Thanks to stop by. :) >> I have a strange behavior lately on my Deby. After a run of : >> >> chown user:user -R /home/user/Documents >> >> and : >> >> chmod 700 -R /home/user/Documents [...] > Which commands did you run as root, or su/sudo root? > > I have sometimes, especially when mo

Re: Getting rights right

2014-06-23 Thread Joel Rees
Just a shot in the dark -- On Sun, Jun 22, 2014 at 11:58 PM, Diogene Laerce wrote: > Hi, > > I have a strange behavior lately on my Deby. After a run of : > > chown user:user -R /home/user/Documents > > and : > > chmod 700 -R /home/user/Documents > > I run : > > find /home/user/Docume

Re: Getting rights right

2014-06-23 Thread Diogene Laerce
Hi Bob, First thank you for the detailed answer, you kind of preventively answered to all my doubts or interrogations. :) I try to set up a new line of security (files and network) as I just changed country and instead of being in one mostly targeting others, I am now in one mostly targeted by ot

Re: Getting rights right

2014-06-22 Thread Bob Proulx
Diogene Laerce wrote: > I have a strange behavior lately on my Deby. After a run of : > chown user:user -R /home/user/Documents > and : > chmod 700 -R /home/user/Documents Unfortunately that command was a mistake. That will set rwx for owner on all files unconditionally. For directories

Re: Getting rights right

2014-06-22 Thread Diogene Laerce
On 06/22/2014 10:18 PM, Linux-Fan wrote: > On 06/22/2014 04:58 PM, Diogene Laerce wrote: >> Hi, >> >> I have a strange behavior lately on my Deby. After a run of : >> >> chown user:user -R /home/user/Documents >> >> and : >> >> chmod 700 -R /home/user/Documents >> >> I run : >> >> fin

Re: Getting rights right

2014-06-22 Thread Linux-Fan
On 06/22/2014 04:58 PM, Diogene Laerce wrote: > Hi, > > I have a strange behavior lately on my Deby. After a run of : > > chown user:user -R /home/user/Documents > > and : > > chmod 700 -R /home/user/Documents > > I run : > > find /home/user/Documents ! -perm 0700 > > But I still