[Linux 명령어] useradd 옵션 설명

2021. 9. 8. 17:58·OS/Linux
728x90
반응형
useradd --help
Usage: useradd [options] LOGIN
       useradd -D
       useradd -D [options]

Options:
  -b, --base-dir BASE_DIR       base directory for the home directory of the
                                new account
  -c, --comment COMMENT         GECOS field of the new account
  -d, --home-dir HOME_DIR       home directory of the new account
  -D, --defaults                print or change default useradd configuration
  -e, --expiredate EXPIRE_DATE  expiration date of the new account
  -f, --inactive INACTIVE       password inactivity period of the new account
  -g, --gid GROUP               name or ID of the primary group of the new
                                account
  -G, --groups GROUPS           list of supplementary groups of the new
                                account
  -h, --help                    display this help message and exit
  -k, --skel SKEL_DIR           use this alternative skeleton directory
  -K, --key KEY=VALUE           override /etc/login.defs defaults
  -l, --no-log-init             do not add the user to the lastlog and
                                faillog databases
  -m, --create-home             create the user's home directory
  -M, --no-create-home          do not create the user's home directory
  -N, --no-user-group           do not create a group with the same name as
                                the user
  -o, --non-unique              allow to create users with duplicate
                                (non-unique) UID
  -p, --password PASSWORD       encrypted password of the new account
  -r, --system                  create a system account
  -R, --root CHROOT_DIR         directory to chroot into
  -s, --shell SHELL             login shell of the new account
  -u, --uid UID                 user ID of the new account
  -U, --user-group              create a group with the same name as the user
  -Z, --selinux-user SEUSER     use a specific SEUSER for the SELinux user mapping

-r : 시스템 계정 지정

-g : 그룹지정

-d : 디렉토리 지정

-s : 쉘(shell) 지정

-p : 패스워드(암호) 지정

 

 

ex) useradd -r -g wildfly -d /opt/wildfly -s /sbin/nologin wildfly

-r : 시스템 계정 지정

-g : wildfly란 그룹에 지정 

-d : /opt/wildfly 란 디렉토리로 지정

-s : /sbin/nologin 란 로그인쉘로 지정

 

*nologin 계정이란?

2021.09.08 - [OS/Linux] - [Linux] nologin 계정이란? (/etc/passwd에서 로그인 쉘)

728x90
728x90

'OS > Linux' 카테고리의 다른 글

[Linux] nologin 계정이란? (/etc/passwd에서 로그인 쉘)  (0) 2021.09.08
[Linux 명령어] Linux에서 OS 버전 확인  (0) 2021.09.08
CentOS 7.3 - WildFly 24.0.1 설치  (0) 2021.09.08
[Linux 명령어] PS AUX 에서 STAT 필드 의미  (0) 2021.09.07
fstab 자동 마운트 옵션  (0) 2021.09.02
'OS/Linux' 카테고리의 다른 글
  • [Linux] nologin 계정이란? (/etc/passwd에서 로그인 쉘)
  • [Linux 명령어] Linux에서 OS 버전 확인
  • CentOS 7.3 - WildFly 24.0.1 설치
  • [Linux 명령어] PS AUX 에서 STAT 필드 의미
이코딩
이코딩
이코딩의 자동화 연구소 블로그입니다.
  • 이코딩
    이코딩의 자동화 연구소
    이코딩
  • 전체
    오늘
    어제
    • 분류 전체보기 (100)
      • IT (20)
        • IT 기초 지식 (13)
        • 네트워크 기초 (2)
        • 클라우드 (4)
      • DevOps (15)
        • Ansible (2)
        • Terraform (12)
        • Kubernetes (1)
      • Cloud (11)
        • NCP (NAVER Cloud Platform) (4)
        • NHN (NHN Cloud) (5)
        • AWS (Amazon Web Service) (2)
      • OS (1)
        • Linux (36)
        • Window (3)
      • 언어 (6)
        • JAVA (3)
        • Python (3)
      • 문서 작업 (2)
        • EXCEL (2)
      • 오픈소스 (6)
        • Zabbix (3)
        • Apache + Tomcat (3)
  • 반응형
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    Python
    ansible
    테라폼업앤러닝
    클라우드
    Java
    NHN Cloud
    CentOS
    sftp
    Apache
    Linux
    zabbix
    가상화
    라우팅 테이블
    Terraform
    cloud
    AWS
    tomcat
    Routing Table
    NCP
    window
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
이코딩
[Linux 명령어] useradd 옵션 설명
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.