Page 1 of 1

Failsafe With A Writeable Filesystem [SOLVED]

Posted: Thu Feb 14, 2013 2:27 pm
by jackmason
I have apparently screwed up my home directory by changing the permissions on it. I cannot boot into a writeable filesystem so I can change it back. The permission is currently drw-r--r-- and I believe I need to set it to drwxrwx-- but I cannot find a way to do that. It will not let me into the system. Do I just need to rebuild the system?

UPDATE: I rebuilt the system.

Re: Failsafe With A Writeable Filesystem

Posted: Thu Feb 14, 2013 3:09 pm
by TheDynamicHamza21
Have tried chmod 700 /home/username?

http://www.unix.com/unix-dummies-questi ... sions.html

Re: Failsafe With A Writeable Filesystem

Posted: Thu Feb 14, 2013 3:50 pm
by jackmason
Tried that, but the file system is open as read-only. I need to get it as a writeable file system.