2016년 1월 26일 화요일

Linux remote command

ssh [USER-NAME]@[REMOTE-HOST] [command or script]

USER-NAME: 원격 호스트 User 이름
REMOTE-HOST: 원격 서버의 IP 혹은 host
command or script: 원격 서버에서 실행할 명령어

- tomcat의 webapps 폴더를 원격으로 압축하는 예

ssh test@test_host 'cd /opt/tomcat;tar -cvf webapps_$(date +"%Y%m%d").tar ./webapps'

원본 출처 : http://www.cyberciti.biz/tips/linux-running-commands-on-a-remote-host.html

댓글 없음 :

댓글 쓰기