1. 사용자 고유 UID 번호 확인
cat /etc/passwd
2. 사용자 고유 UID 변경
usermod -u 1234 testuser
3. 사용자 고유 UID 번호 정상 변경 확인
cat /etc/passwd
'Infra > Linux' 카테고리의 다른 글
[Solved][Linux] yum install fail : Could not resolve host, Error downloading pachages (0) | 2020.03.28 |
---|---|
[Linux] MAC Address 확인 커맨드 (0) | 2020.03.23 |
[Centos6][igb] NIC Driver 업데이트 방법 (0) | 2020.03.12 |
[Solved][Centos6] mount: wrong fs type, bad option, bad superblock on , NFS: server address does not match proto= option (0) | 2020.03.11 |
[Centos6][e1000e] NIC Driver 업데이트 방법 (0) | 2020.03.09 |