반응형
[Linux Setting] CentOS 6.9 Setting Guide : 기본설정 : 자동실행 순서
1. 용도 및 목적
부팅시 자동실행 되는 스크립트 및 명령 순서를 확인하고 적재 적소에 넣고자 함
2. 설치 환경
-O/S
Windows 10 Pro , VirtualBox(CentOS6.9)
-H/W
Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
RAM 8GB
SDD 256GB
3. 순서 확인
-자동실행 순서 (테스트는 /etc/rc.local, rc3.d/Sxx, /etc/profile, .bash_profile, .bashrc 에 각 파일 로그 및 who, date 명령을 통해 순서대로 찍도록 했고 하기 결과를 나타냈다.)
rc3.d/Sxx -> rc.local -> 사용자 접근시 -> /etc/profile(전 사용자) -> .bashrc(개별사용자) -> .bash_profile(개별사용자)
직접 테스트 한 결과
[root@systemeng ~]# cat /root/teststart
testrc3dS98
Wed Sep 12 15:35:51 KST 2018
testrclocal
Wed Sep 12 15:35:51 KST 2018
testetcprofile(root 로그인 후 발생)
root pts/0 2018-09-12 15:37 (192.168.35.1)
Wed Sep 12 15:37:32 KST 2018
testrootbashrc
root pts/0 2018-09-12 15:37 (192.168.35.1)
Wed Sep 12 15:37:32 KST 2018
testrootbashprofile
root pts/0 2018-09-12 15:37 (192.168.35.1)
Wed Sep 12 15:37:32 KST 2018
반응형
'OS (RHEL,CentOS) > Linux Guide' 카테고리의 다른 글
[Linux Guide] CentOS 6.9 Guide : 네트워크 초기화 (0) | 2018.09.20 |
---|---|
[Linux Setting] CentOS 6.9 Setting Guide : 패키지관리 : X Window 설치 (0) | 2018.07.19 |
[Linux Setting] CentOS 6.9 Setting Guide : 패키지 관리: man 설치 (0) | 2018.07.09 |
[Linux Setting] CentOS 6.9 Setting Guide : 패키지 관리: yum group 확인 (0) | 2018.07.08 |
[Linux Setting] CentOS 6.9 Setting Guide : 패키지 관리: yum 설정 (0) | 2018.07.07 |