"리눅스 쉘 변경 chsh"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
==bash로 바꾸기==
==bash로 바꾸기==
<source lang='bash'>
<source lang='bash'>
chsh testuser -s /bin/bash
chsh 계정명 -s /bin/bash
</source>
</source>


==nologin으로 바꾸기==
==nologin으로 바꾸기==
<source lang='bash'>
<source lang='bash'>
chsh testuser -s /bin/nologin
chsh 계정명 -s /bin/nologin
</source>
</source>



2012년 11월 29일 (목) 19:43 판

change shell in linux; chsh
리눅스 계정 쉘 변경
리눅스 계정 쉘 권한 바꾸기

1 bash로 바꾸기

chsh 계정명 -s /bin/bash

2 nologin으로 바꾸기

chsh 계정명 -s /bin/nologin

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}