[ 작업 환경 ]
Centos 8.1
1. selinux disable로 변경
/etc/sysconfig/selinux -> /etc/selinux/config 변경
sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config
2. 쉘 프롬프트
- 양식 설정
echo 'export PS1="[\u@\H \W]# "' >> /root/.bashrc
echo 'export PS1="[\u@\H \W]$ "' >> /etc/skel/.bashrc
- 확인 방법
echo $PS1
3. 명령어 이력 기록 설정
- 커맨드 히스토리 세팅 (Command History Setting)
echo 'HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "' >> /root/.bashrc
echo 'HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "' >> /etc/skel/.bashrc
'Infra > Linux' 카테고리의 다른 글
[Solved][Linux] kernel: nf_conntrack: falling back to vmalloc. (0) | 2020.04.16 |
---|---|
[Centos] 6,7,8 버전별로 명령어 이력 파일로 남기기 설정 방법 (0) | 2020.04.13 |
[Centos7][firewall] open port 추가, ssh에 대한 특정 port만 추가, 규칙(rule) 확인 커맨드 (0) | 2020.03.28 |
[Solved][Linux] yum install fail : Could not resolve host, Error downloading pachages (0) | 2020.03.28 |
[Linux] MAC Address 확인 커맨드 (0) | 2020.03.23 |