[pmwiki-users] chmod o+w members.htpasswd
JB
jbit at ev1.net
Thu Aug 10 13:42:33 CDT 2006
I found that Passwd-formatted files (.htpasswd) with AuthUser did
not work with my normal file permissions. I had to do a
"chmod o+w members.htpasswd"
Is this safe or is there a safer better way to do this?
Do I have to change owenership of the file somehow so
the AuthUser can modify it?
-rw-rw-rw- 1 jbit jbit 125 Aug 10 13:22 members.htpasswd
chmod <permission flags> <file or directory name(s)>
WHO IT APPLIES TO (pick one or more)
u For the owner
g For the group
o For all others
ACCESS CHANGE (pick one)
+ Grant access
- Deny access
ACCESS TYPE (pick one or more)
r For read access
w For write access
x For execute access
More information about the pmwiki-users
mailing list