如何在Linux中将用户分配给某个用户

在我的桑巴共享我已经看到,当有人从MAC然后user = nouser新的文件夹,当我使用rsync我得到权限被拒绝的错误。

是否有可能在桑巴如果没有用户然后soe用户得到分配或

linux用户1拥有所有的权限没有用户

您可以使用共享configuration下的force userforce group将文件写入共享时默认为特定的用户和组。

man smb.conf告诉我这个参数:

  guest account (G) This is a username which will be used for access to services which are specified as guest ok (see below). Whatever privileges this user has will be available to any client connecting to the guest service. This user must exist in the password file, but does not require a valid login. The user account "ftp" is often a good choice for this parameter. On some systems the default guest account "nobody" may not be able to print. Use another account in this case. You should test this by trying to log in as your guest user (perhaps by using the su - command) and trying to print using the system print command such as lpr(1) or lp(1). This parameter does not accept % macros, because many parts of the system require this value to be constant for correct operation. Default: guest account = nobody # default can be changed at compile-time 

我怀疑,如果你设置/改变这个,在你的smb.conf的[global]部分,它会做你想要的。