-1
많은 사람들에게 분명하지만 분명하지 않습니다. 그래서 bash는 완성 기능을 사용하거나 다른 단어 자동 완성 또는에서 Linuks OS, 데비안이나 칼리 또는 우분투에서 자동 채우기 xlde 데스크탑 환경과 결합하여 원격 연결 XRDP합니다 : 파일 의 말에bash-completion을 사용하는 방법 xrdp lxde
[email protected]:~# nano /etc/profile
을 파일, 가까운 터미널과 열기, 저장
for i in /etc/profile.d/*.sh; do
if [ -r $i ]; then
. $i
fi
done
unset i
fi
#enable bash-completion for all
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
다시 :
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
를 추가하는 것은 그래서 것 같습니다.