Results 1 to 3 of 3
hello
does anyone know how to configure access restrictions so that i can write to htdocs on linux opensuse?
i am loggedin as admin, but stilld oesnt work.
regards...
- 11-15-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
Access restrictions - not letting me write to htdocs
hello
does anyone know how to configure access restrictions so that i can write to htdocs on linux opensuse?
i am loggedin as admin, but stilld oesnt work.
regards
- 11-15-2007 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
You will likely need to be root, either as su, sudo, or login, and use the command chown to change ownership to the user you want to write to it with, or chmod to change the permissions. See the chown and chmod man pages for more info about them and permissions.
- 11-15-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
many thanks


Reply With Quote