2018年06月14日
Tweet
・SELinux を無効にする
setenforce 0
# vi /etc/sysconfig/selinux
SELINUX=disabled
・Firewalld を無効
systemctl stop firewalld
systemctl disable firewalld
・bash-completion インストール
yum install bash-completion
wget https://github.com/terralinux/systemd/raw/master/src/systemctl-bash-completion.sh -O /etc/bash_completion.d/systemctl-bash-completion.sh
設定ファイルの読み込み
. /etc/profile.d/bash_completion.sh
setenforce 0
# vi /etc/sysconfig/selinux
SELINUX=disabled
・Firewalld を無効
systemctl stop firewalld
systemctl disable firewalld
・bash-completion インストール
yum install bash-completion
wget https://github.com/terralinux/systemd/raw/master/src/systemctl-bash-completion.sh -O /etc/bash_completion.d/systemctl-bash-completion.sh
設定ファイルの読み込み
. /etc/profile.d/bash_completion.sh
stock_value at 16:50│Comments(0)│技術