yasunari@tswxl:/etc/apache2$ grep -i group * apache2.conf:# The configuration directives are grouped into three basic sections: apache2.conf:Group ${APACHE_RUN_GROUP} envvars:export APACHE_RUN_GROUP=www-data yasunari@tswxl:/etc/apache2$
tswxl:~# cd /home/httpd/ tswxl:/home/httpd# ls cgi-bin html tswxl:/home/httpd# chgrp www-data * tswxl:/home/httpd# chmod g+w * tswxl:/home/httpd#
tswxl:/home/httpd# chmod g+s * tswxl:/home/httpd# ls -al total 0 drwxr-xr-x 4 root root 31 Jun 1 22:58 . drwxr-xr-x 4 root root 33 Jun 1 22:58 .. drwxrwsr-x 2 root www-data 6 Jun 1 22:58 cgi-bin drwxrwsr-x 2 root www-data 6 Jun 1 22:58 html tswxl:/home/httpd#
tswxl:~# adduser yasunari www-data Adding user `yasunari' to group `www-data' ... Adding user yasunari to group www-data Done. tswxl:~# exit logout yasunari@tswxl:~$
yasunari@tswxl:~$ umask 2 yasunari@tswxl:~$ rsync -rtvpogtlH rsync://192.168.1.3/httpd/html /home/httpd : : yasunari@tswxl:~$ rsync -rtvpogtlH rsync://192.168.1.3/httpd/cgi-bin /home/httpd : : yasunari@tswxl:~$
|
← バックアップの確認 |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ Hack BBS に投稿できるようにする |