Linux User 생성

가 . Super User
– sudo passwd root

나. 계정 중복 확인

cat /etc/passwd | grep testuser

다. 계정 생성

useradd 계정명 -m -s /bin/bash

라. 비밀번호 생성

passwd  계정명

마. 계정 생성 확인

cat /etc/passwd
cut -f1 -d: /etc/passwd

 

Leave a Reply

Your email address will not be published. Required fields are marked *