Linux

유저이름 변경

hellobird 2019. 5. 14. 20:47

usermod 명령을 이용하여 계정 이름을 바꾸고, 계정의 홈 디렉토리를 변경한다. 


1
2
3
4
5
sudo passwd root
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
 
usermod  -l newname oldname
usermod -m -d /home/newname newname
Colored by Color Scripter
cs



출처: https://naudhizb.tistory.com/666 [Brise]

저작자표시 (새창열림)