cd .. cd [폴더명/] ls ./startup.sh ./shutdown.sh ps -ef | grep java ps -ef | grep tomcat kill [프로세스id] jar 파일 실행 nohup java -jar [파일명].jar& (실제 서버 올릴땐 로그옵션으로 로그 지울것) 아파치.. 중지 : ./apachectl stop 시작 : ./apachectl start 재시작 : ./apachectl restart 기동확인 : ps -ef | grep httpd