2010년 3월 21일 일요일

리눅스 버전 확인법

명령어

uname -a

파일보기
cat /proc/version
cat /etc/issue or issue로 시작되는 파일들

2010년 3월 13일 토요일

.bash 수정 및 적용

① ROOT



- 전체 계정

vi /etc/profile

source /etc/profile



- root 자신만

(root home) vi /root/.profile(또는 /root/.bash_profile)



② 일반 계정



- /home/아이디/.profile (또는 /home/아이디/.bash_profile)



vi ~/.bash_profile (수정)

source .bash_profie (재적용)