$ cat /etc/group | grep http
http:x:33:root,letni
$ ls -l /srv/http/
total 4
-rw-rw-r-- 1 root http 144 Jul 8 13:19 index.php
$ echo "123" >> /srv/http/index.php
bash: index.php: Permission denied
Почему нет доступа? Я первый раз такое делаю, поэтому скорее всего что-то упустил.