Results 11 to 16 of 16
Could maybe one of you most helpful people send me a
find . from /etc with how your permissions are set. Would save me the problem of having to setup ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2010 #11Just Joined!
- Join Date
- Aug 2010
- Posts
- 11
Could maybe one of you most helpful people
send me a
find . from /etc with how your permissions are set. Would save me the problem of having to setup the whole system.
Maybe it won't work because of different device drivers ?
- 08-13-2010 #12Just Joined!
- Join Date
- Aug 2010
- Posts
- 11
All I have installed is lighttpd & samba.
- 08-13-2010 #13
Sorry, dont have a debian system at hand at the moment.
You must always face the curtain with a bow.
- 08-13-2010 #14Just Joined!
- Join Date
- Aug 2010
- Posts
- 11
getting a vmware image, should be able to get it there.
might post the script before I run it, would appreciate any comments
- 01-22-2013 #15Just Joined!
- Join Date
- Jan 2013
- Posts
- 1
Usually booting from a live CD, mounting your Linux hard drive, and running the following commands from it will fix the problems caused by "chmod -R 777 /" (confirmed using an Ubuntu Live CD; yes, it does work):
Then rebooting into your hard drive, and, from a VT, running "sudo chown -R <your_username> /home/<your_username>" should fix the issue of not being able to write to your home directory. Of course, remember, DO NOT run commands as root unless you absolutely need to. I've made that mistake myself, PLENTY of times. It results in not being able to sudo, not to mention PLENTY of issues with programs that depend on only being writable by root.Code:sudo su chmod -R o-w /media/<root device>
Last edited by ks177; 01-22-2013 at 05:35 AM. Reason: "x" at the end of "o-wx" not necessary and may be a burden on users
- 01-22-2013 #16
Hi, ks177. Welcome to LinuxForums!

This thread is well over 2 years old now, so I'm locking it down.
But please feel free to jump in on any active thread with some other helpful tips!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.



