sed 사용 # sed -i 's/$dc/$sc/g' $t1 $t2 $dc = 바꿀 대상 문자열 $sc = 바꿀 문자열 $t1 = 바꿀 대상 파일(위치까지) $t2 = 바꿀 대상 파일(위치까지) ex) /etc/group, ssh_config 에서 특정 사용자 계정 변경 시 # sed -i 's/,atthis/tistory/g' /etc/group /etc/ssh/ssh_config /etc/group, ssh_config 에서 특정 사용자 계정 제거 시 # sed -i 's/,atthis//g' /etc/group /etc/ssh/ssh_config 주의 : 원본 파일 그대로 수정 되므로 확인 후 실행 (-i 옵션으로 인해)
check_disk v2.3.3.git (nagios-plugins 2.3.3) Copyright (c) 1999 Ethan Galstad Copyright (c) 1999-2014 Nagios Plugin Development Team This plugin checks the amount of used disk space on a mounted file system and generates an alert if free space is less than one of the threshold values Usage: check_disk -w limit -c limit [-W limit] [-K limit] {-p path | -x device} [-C] [-E] [-e] [-f] [-g group ] [..
그리고 session_start(): Failed to read session data: files (path: ) in /xxx/xxx/xxx/xxx.php on line 00 에러 발생 시 확인 사항 0. df -h 용량 확인 후 가득할 시 용량 확보 1. df -i -h 아이노드 I/O 용량 확인 후 용량 가득할 시 /var/spool/postfix/maildrop/ # postsuper -d ALL (드랍메일 제거) 2. /tmp 디렉토리 내부 확인 후 sess_* 파일 제거 (현재 연결 중인 세션은 끊김)