回答:
/ etc / profileを編集し、パス操作セクションを更新します。Centosは、パスに/ usr / local / binを含めません。
# Path manipulation
if [ "$EUID" = "0" ]; then
pathmunge /usr/sbin
pathmunge /usr/local/sbin
pathmunge /usr/local/bin
else
pathmunge /usr/local/bin after
pathmunge /usr/local/sbin after
pathmunge /usr/sbin after
fi
export
し/etc/bashrc
ている場合は、システム全体で読み取られるため、行を追加できます。