在Linux系统下建立Samba用户

在Linux系统下建立Samba用户
1、在Linux先建立系统用户
adduser liuj
Tgroup:/etc/samba# adduser liuj
adduser: Couldn’t parse `/etc/adduser.conf’, line 13.
Adding user `liuj’ ……
Adding new user `liuj’ (1010) with group `smbgrp’ ……
Creating home directory `/home/users/liuj’ ……
Copying files from `/etc/skel’ ……
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for liuj
Enter the new value, or press ENTER for the default
Full Name []: liuj
Room Number []: 301
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [y/N] y
2、之后调用 /etc/samba/smbpasswd -a liuj
New SMB password:
Retype new SMB password:
Added user liuj.
3、再查看smbpasswd文件,可以发现一个新的用户添加到文本中。
在smb.conf进行相关权限控制即可。

无敌天下  发表于: 2010-01-20

我要回答

电子邮件地址不会被公开。 必填项已用*标注

敬请读者进行回答,本站保留删除与本问题无关和不雅内容的权力。