반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- SQL_COMMANDS #DDL #DML #TCL
- network #network_terminology #network_protocols
- one_thin
- streaming_replication
- EDB
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- data_oid
- glossary #database #termins #postgresql #postgresql_architecture
- join #postgresql #sql #database
- Replication
- Linux #linux_tar #split
- SQL #NULL #NOT_NULL
- linux #filesystem #linuxdirectory
- the_one_thing
- chatgpt3 #AI #datascience
- oid2nae #postgresql
- RAM #CPU #CS #Computer_Science #Terms
- dbms
- SQL_basic
- postgresql
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- High_Availability
- repmgr #postgresql #replication #HA
- SQL_VIEW #SQL #VIEW
- Network #TCP #IP #Netmask #Host
- postgresql #pgadmin #port #firewalld
- Database
- database #dbms #objects #sql #schema #table #functions
- postgresql_fdw
- postgresql #vacuum #full_vacuum #verbose
Archives
- Today
- Total
목록inux #ome_dir #unix #linux_commands #linux_useradd #useradd (1)
i am lazy

Linux useradd 명령은 새로운 사용자 계정을 추가 하는 명령어 입니다. Example useradd [username] Options: -d 홈디렉토리 : 홈디렉토리의 경로를 지정해줍니다. 홈디렉토리를 생성할려면 -m 옵션을 같이 사용합니다. -u uid : uid 를 지정합니다. -g gid : gid 그룹을 지정합니다. -G groups : 보조그룹을 지정합니다. -s shell : 쉘을 지정합니다. -c 주석 : 계정에 설명을 붙여 줍니다. -D : useradd 의 기본 설정값을 확인합니다. 기본설정은 /etc/default/useradd 에 있습니다.
Linux
2022. 10. 4. 17:09