Infra/OS/WAS18 FTP 를 사용한 쉘프로그램 ------------------ #!/bin/ksh cd /usr/local ./infoMover s 2863 2009. 10. 19. [Apache] 일반계저응로 80포트 사용 su /apache/conf/httpd chmod 6755 httpd httpd를 chmod +s httpd chown root:root httpd /apache/module chmod 6775 mod_jk2.so 2009. 10. 12. find 명령어 find *.* -name "*" -print | xargs grep "contentDel()" find *.* -name "*" -print | xargs grep "deletes()" httpdomain find *.* -name "*" -print | xargs grep "admin"> out.txt find *.* -name "*" -print | xargs grep "printJspPage"> out.txt find *.* -name "*.*" -print | xargs grep "http://hq0413.hq.af.mil.:" > out.txt find *.html -name "*" -print | xargs grep "admin"> out.txt find *.html -name "*" -pr.. 2009. 10. 9. 패키지 설치 configure -> make -> make install configure : 현재 OS의 종류나 컴파일러 위치, 종류 등을 파악하고, 사용자가 컴파일이 완료된 프로그램의 위치를 지정하거나, 기타 등등 환경을 맞춰서 자신이 원하는 makefile을 만들어내는 과정 make : configure에 의해서 만들어진 makefile로 프로그램을 컴파일 하는 과정... make install : 컴파일된 프로그램, 환경화일, 데이터 화일을 지정된 위치에 복사하는 과정... ./configure --prefix $HOME/usr/apch --enable-so 2009. 10. 9. 이전 1 2 3 4 5 다음