2020年7月25日 星期六

useradd:增加使用者。

useradd -d /home/teacher/cyl6 -g teacher cyl6
chown -R cyl6.teacher cyl6/ 

useradd -d /home/testx test6

[root@dywOffice ~]# useradd -g test1 test3
[root@dywOffice ~]# grep test1 /etc/passwd /etc/group
/etc/passwd:test1:x:511:511::/home/test1:/bin/bash
/etc/group:ftp:x:76:ftp,calculus1A,calculus1B,linux2AB,test1
/etc/group:test1:x:511:
groupadd [-g gid] [-r] 群組名稱
選項與參數:
-g  :後面接某個特定的 GID ,用來直接給予某個 GID ~
-r  :建立系統群組啦!與 /etc/login.defs 內的 GID_MIN 有關。

useradd:增加使用者。
[root@dywOffice dywang]# useradd [-ungGmMd] user
參數:
-u:  指定帳號的 UID。 
-n:  群組為 users。 
-g:  後接之群組 initial group,變動 /etc/passwd。 
-G:  後接之群組為支援此帳號之群組,變動 /etc/group。 
-M:  不要建立使用者家目錄。 
-m:  建立使用者家目錄。 
-d:  指定某個目錄為家目錄,而不使用預設目錄。 

沒有留言:

張貼留言