일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 그래프
- two pointer
- Dijkstra
- union find
- Brute Force
- 다익스트라
- 이진탐색
- MYSQL
- binary search
- DP
- String
- Two Points
- SQL
- Trie
- 스토어드 프로시저
- Stored Procedure
- Hash
Archives
- Today
- Total
codingfarm
chsh 본문
manpages.ubuntu.com/manpages/bionic/ko/man1/chsh.1.html
- 사용자 로그인 shell을 바꾼다.
- 옵션
- -s shell : 지정한 셸(절대 경로)로 로그인 셸을 바꾼다.
- -l : /etc/shells 파일에 지정된 셸을 출력한다.
chsh [option] [username]
chsh
chsh -l
chsh -s /bin/sh user1
Comments