SetGID ::
1. # mkdir /opt/test1
2. # chmod 2770 /opt/test1
3. # chgrp engineers /opt/test1
2015年11月12日 星期四
NTP 網路校時
CentOS7/RHEL7
可參考資料:http://technote.aven-network.com/821/using-chrony-adjust-clock
- # yum install -y chrony
- # vim /etc/chrony.conf server 1.1.1.1 iburst
- # systemctl enable chronyd.service
- # systemctl start chronyd
- # chronyc sourcestats
2015年11月10日 星期二
CentOS/RHEL7 的 SELinux 運作說明與設定
章節目標:
- SELinux 基本運作方式說明!
- 說明 Centos 7 上的 SELinux 運作與設定方式!
- 設定檔:/etc/sysconfig/selinux
- SELINUX=enforcing
- SELINUX=permissive
- SELINUX=disabled
網路設定方式
RHEL 7 網路設定方式:
- 圖形介面
- 應用程式-->系統工具-->設定值-->網路
- 文字介面
- # nmtui-edit
- 檔案設定
- /etc/hostname
- test.example.com
- /etc/resolv.conf
- nameserver 168.95.1.1
- /etc/sysconfig/network-scripts/ifcfg-XXXX
- IPADDR=192.168.1.10
- GATEWAY=192.168.1.254
- PREFIX=24
訂閱:
文章 (Atom)