?????? ???????????????????? ???????????? Apache Tomcat 5.5 ?????????????????? ???????????????????? ????-???? ???????????????????? ?????????????????? ????????????????????. ?????? ???????????????? ??????????????????, ?????????????????? ????????????????????????, ?????????????????????? ??????????????, ???? ???????????????? ?????????????????????????? root ?? ???? ???????????? ?? ???????????? "other", ?????????????? ???????????????????????? ?????????? ?????????????? ?????? ?????????????????? Tomcat.
?????????? ????????????????: ?????????? ???????????????? Tomcat ???????????????????? ???????????????? ???????????????????? ???????????? ?? ???????????????? Tomcat ?????????????????? ??????????????:
% su root Password: # DIR=/opt/netbeans-5.5/enterprise3/apache-tomcat-5.5.17 # find ${DIR} -perm -100 -exec chmod ugo+x {} \; # find ${DIR} -perm -200 -exec chmod ugo+w {} \; # find ${DIR} -perm -400 -exec chmod ugo+r {} \; # exit % |