반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tar
- Kubernetes
- mount
- permission
- nmcli
- journalctl
- 프로세스
- lvcreate
- 같은폴더
- MSBing
- docker
- newbingai
- 엑셀파일명변경
- vgcreate
- pvcreate
- M365필터
- HTTPD
- vagrant kubernetes
- docker network
- chmod
- 랜카드인식불량
- yum
- ssh
- docker image
- firewalld
- ansible
- 리다이렉션
- 날짜변경
- chatGPT
- swapon
Archives
- Today
- Total
목록chgrp (1)
becool
20210409 (금)
9:32 review 사용자 계정&그룹 로그인이 불가한 특수 목적 쉘 /sbin/nologin : 로그인 후 쉘 사용 불가 / 인증 가능 /bin/false : 로그인 후 쉘 사용 불가 / 인증 차단(불가) 위 두가지 쉘로 바꿔주면 사용자 로그인이 불가하게 된다. [root@localhost ~]# usermod -s /sbin/nologin test10 [root@localhost ~]# su - test10 This account is currently not available. → 로그인 불가 메세지 [root@localhost ~]# usermod -s /bin/false test10 [root@localhost ~]# su - test10 Last login: Fri Apr 9 10:49:24 ..
linux
2021. 4. 9. 16:37