● ha작업) ssh 터미널 초기 부팅 자동 실행/설치 추가하기
♨ 카랜더 일정 :
2024년06월17일
링크
첨부
본문
● ha작업) ssh 터미널 초기 부팅 자동 실행/설치 추가하기
apk add mc
date
root@a0d7b954-ssh:/etc$ pwd 경로
/etc
root@a0d7b954-ssh:/etc$ ls profile
profile 수정
root@a0d7b954-ssh:/etc$
root@a0d7b954-ssh:/etc$ pwd
/etc
root@a0d7b954-ssh:/etc$ ls profile
profile
root@a0d7b954-ssh:/etc$ cat profile
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export PAGER=less
umask 022
# use nicer PS1 for bash and busybox ash
if [ -n "$BASH_VERSION" -o "$BB_ASH_VERSION" ]; then
PS1='\h:\w\$ '
# use nicer PS1 for zsh
elif [ -n "$ZSH_VERSION" ]; then
PS1='%m:%~%# '
# set up fallback default PS1
else
: "${HOSTNAME:=$(hostname)}"
PS1='${HOSTNAME%%.*}:$PWD'
[ "$(id -u)" -eq 0 ] && PS1="${PS1}# " || PS1="${PS1}\$ "
fi
for script in /etc/profile.d/*.sh ; do
if [ -r "$script" ] ; then
. "$script"
fi
done
unset script
apk add mc
date
root@a0d7b954-ssh:/etc$
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
뷰PDF 1,2
office view
관련자료
-
이전
-
다음
댓글목록
등록된 댓글이 없습니다.