centos alias 설정 하기 간단하게 적어 주겠다. #vim ~/. bashrc----------------------------# .bashrc # User specific aliases and functions alias rm='rm -i'alias cp='cp -i'alias mv='mv -i' # Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfi----------------------------- 이렇게 나올 것이다. 그러면 여기에 원하는 명령어를 추가 하면 된다. 난 hpacucli 명령어를 추가 할것이다. alias cliinfo='hpacucli ctrl all show config' ---------------------------------변경.. 더보기 hp 서버 hpacucli 설치 및 사용법 hp 서버 hpacucli 설치 첨부 한 파일을 설치 하면 간단하게 할 수 있음 rpm -ivh hpacucli-9.10-22.0.x86_64.rpm 사용법 #hpacucli controller all show status #hpacucli controller slot=0 logicaldrive all show status #hpacucli controller slot=0 physicaldrive all show status 저기 위에 slot=0은 맨위 hpaucli controller all show status 보면 slot 이라고 써있다. 그거 보고 적어 주면 된당~ 더보기 history 시간 확인 서버에 들어가서 확인을 할때 보면 history 를 쓸때가 있다 . 근대 들어가면 리스트만 쭉 나오고 언제 어떤걸 썼는지 모를때가 대 부분이다. 이럴때 쓰라고 있는 설정!! # vim /etc/profile 여기에 들어가서 그냥 마지막에 이 두줄만 추가 해 주면 된다. HISTTIMEFORMAT="%F %T -- "export HISTTIMEFORMAT 그 후 적용 시키기 # source /etc/profile 그러면 이제 history를 치면 이렇게 나올 것이다. 1097 2017-08-09 13:18:01 -- history 더보기 이전 1 ··· 27 28 29 30 31 32 33 ··· 38 다음