Linux 用户和用户组管理(6)

1、创建一个文件,内容格式和 /etc/passwd 一样,如 test.txt 内容如下:

us001:X:1000:1000::/home/us001:sbin/bash us002:X:1001:1001::/home/us002:sbin/bash

2、在 tty 输入:

[root@localhost~]# newusers test.txt

3、创建一个口令文件,内容格式 用户名:口令,如 pass.txt 内容如下:

us001:123456 us002:123456

4、在 tty 输入:

[root@localhost~]# chpasswd <pass.txt

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/13998.html