댓글 0개
참고 : http://wiki.redjini.com/linux/script 옵션 -n number : number 수만큼의 문자를 입력받음 -p string : 프로프트에 string 문자열 출력 -a : 입력을...
댓글 0개
Step 1: /etc/bashrc 파일 마지막 라인에 다음 사항 추가 export PROMPT_COMMAND='RETRN_VAL=$?;logger -p local6.debug "[$(whoami)][$PWD][$$]: $(history...
댓글 0개
Linux 콘솔창에서 키입력시 나는 비프음(beep) 끄기. [root@localhost ~]# vi /etc/inputrc # do not bell on tab-completionset bell-style none
댓글 0개
usage: netstat [-veenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vnNcaeol] [<Socket> ...] netstat { [-veenNac] -I[<I...
댓글 0개
참고 : 스크립트 > 배열" href="http://wiki.redjini.com/linux/script">http://wiki.redjini.com/linux/script 배열(Array) : 선언하기 [code bash]array_n...
댓글 0개
참고 : http://wiki.redjini.com/linux/script 사용법 [code bash]function name(){ shell command}[/code] 예제 [code bash]function my_function(){ echo ...
댓글 0개
Linux에서 사용중인 실제 사용중인 메모리 구하기 설명 Linux "free" 실행 결과 [root@redjini script]# free -m total used free shared buffers cachedMem...
댓글 0개
문법 [code bash (highlight:1,3)]COMMAND << DIV_STRING...DIV_STRING[/code] 셈플 소스 [code bash (highlight:2,4)]#!/bin/shcat << EOFNow ...