[lug] Permissions
Daniel Webb
lists at danielwebb.us
Wed Jan 10 23:53:00 MST 2007
Ok, I know there's something really obvious that I'm going to slap myself for
missing, but what?
$ cd /var/lib/subversion/mydocs/db/transactions
$ groups
<...> svn <...>
$ ls -al
total 8
drwxrwsr-x 2 root svn 4096 2006-12-16 17:47 .
drwxrwsr-x 5 root svn 4096 2006-12-16 17:47 ..
$ touch test
touch: cannot touch `test': Permission denied
$ sudo chmod o+w .
$ touch test
<no problem>
More information about the LUG
mailing list