반응형
1. 사용자 정보(home directory 등)
/etc/passwd
2. 사용자 정보 변경 및 확인, 그룹 변경
2.1 usermod -g [groupname] [username]
- 사용자의 그룹을 변경
2.2 groupmod -n [new_groupname] [old_groupname]
- 그룹명 변경
2.3 lid [username]
- 사용자가 포함되어있는 그룹명 찾기
2.4 id [username]
- 사용자의 id와 그룹 id를 확인
728x90
반응형
'OS > Linux' 카테고리의 다른 글
libconfig comfile and install (0) | 2019.07.27 |
---|---|
[linux] tcpdump (0) | 2019.07.27 |
[linux] rsync 원격백업 설정 (0) | 2019.07.26 |
debian ip config (0) | 2019.07.26 |
debian postfix (0) | 2019.07.26 |