★user 추가 및 쉘 변 /bin/sh :본쉘 useradd k1 /bin/sh :본쉘 adduser k2 /bin/bash :bash쉘 chsh 쉘 변경 (k1 의 쉘/본쉘을 bash쉘로) [k1]$ chsh Changing shell for bible. 암호: ******** New shell [/bin/bash]: /bin/sh Shell changed. echo $SHELL 쉘확인하기 useradd -D 기본값확인 userdel kbs kbs 계정만 삭제 userdel -r mbc 홈디렉터리까지 삭제 nl /etc/default/useradd useradd -D -s /bin/bash / 본쉘을 bash로 바꾸기 //다른 방법: vi 로 수정 useradd시 home 만드는 설정 추가하기 vi ..