You are not logged in.

#1 2009-07-29 01:14:36

arliuse
Member
Registered: 2009-07-29
Posts: 3

.config directory

Hi guys big_smile, I'm trying to configure Openbox, and the configuration files have to go in a mysterious dir called ~/.config/ .
The problem with this directory is that it's not going to let me in it. So far, I've tried:
- sudo chown -Rv arch /home/arch/.config/
- sudo chmod -Rv 666 .config/
- various file managers with the superuser permissions
Each of these commands seem to work and all, but I still can't go in the directory!

What should I do?

Offline

#2 2009-07-29 01:23:53

miau
Member
Registered: 2009-05-06
Posts: 202

Re: .config directory

To access a directory you need executable rights. So

 sudo chmod 777 /home/arch/.config/

should do the trick. Does the directory already exist?

Last edited by miau (2009-07-29 01:38:09)

Offline

#3 2009-07-29 01:43:09

arliuse
Member
Registered: 2009-07-29
Posts: 3

Re: .config directory

Thanks miau. big_smile

Offline

Board footer

Powered by FluxBB