5
비 대화식 쉘 확장 별명
다음과 같은 명령을 실행할 때 호스팅 계정에서 별칭을 확장하는 데 문제가 있습니다. ssh user@server "bash -c \"alias\"" 내 .bashrc 파일은 다음과 같습니다 echo .bashrc # .bashrc shopt -s expand_aliases # Source global definitions (commenting this out does nothing) if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific …