Why can't I access a directory that I should have access to by group? My user belongs to the group www-data, and the directory has permissions granted for this group. But I cannot access it.
markus@hemulen:~$ ls -la
drwxrwx--- 2 www-data www-data 4096 2009-10-11 21:28 test
markus@hemulen:~$ groups markus
markus www-data admin
markus@hemulen:~$ cd test
-bash: cd: test: Permission denied