Linux
지금 작업하고 있는 서버환경이 Centos 7 이다
리눅스 언어를 찾아보다가 유용하다 싶어서 끄적끄적거려본당
우분투 / 센토스 명령어 관련 사이트
https://bangu4.tistory.com/126
https://harryp.tistory.com/880
* 모두 로컬 cmd 에서 진행해야한다.
scp 명령어
Mac -> Linux 으로 파일 이동시킬때 ( 로컬 터미널에서 실행 )
scp 파일경로 root@xxx.xxx.xxx.xxx:/home/tomcat/imageFiles
Linux -> Mac 으로 파일 이동시킬때 ( 리눅스 서버에서 실행 )
scp -r id@xxx.xxx.xxx.xxx/Users/bottle/Desktop/csvTestFolder testCsv.csv
https://eodevelop.tistory.com/65
피드 확인후 종료시키는 명령어
ps -ef | grep "실행 파일명"
Kill -9 Pid
백그라운드 실행 여부확인 명령어
ps -ef | grep redis
ps -ef | grep jcsports.jar
ps aux | grep jcsports.jar
pgrep -lf jcsports.jar
==================
Centos 7 이하
sudo yum 명령어 사용
==================
레디스 파일 권한 주는 방법
=> 로컬에서 리눅스 서버로 파일 scp 옮길때 권한이 달라져서 접근 못함. 그래서 권한을 redis 자체로 바꿔줘야함
chown redis:redis /path/to/dump.rdb
레디스 리눅스 서버에서 실행 및 종료 명령어
src/redis-server redis.conf // 백그라운드 실행
src/redis-cli shutdown //백그라운드 실행 종료
Linux centos crontab 관련 명렁어
systemctl status crond
Systemctl start crowd
Systemctl stop crowd
크론 로그 보는 경로
cat /var/log/cron